We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe23b17 commit 7df1921Copy full SHA for 7df1921
src/iceberg/meson.build
@@ -76,6 +76,7 @@ iceberg_sources = files(
76
'manifest/v3_metadata.cc',
77
'metadata_columns.cc',
78
'metrics_config.cc',
79
+ 'metrics_reporters.cc',
80
'name_mapping.cc',
81
'partition_field.cc',
82
'partition_spec.cc',
src/iceberg/test/meson.build
@@ -49,6 +49,7 @@ iceberg_tests = {
49
'sources': files(
50
'location_provider_test.cc',
51
'metrics_config_test.cc',
52
+ 'metrics_reporter_test.cc',
53
'snapshot_test.cc',
54
'snapshot_util_test.cc',
55
'table_metadata_builder_test.cc',
0 commit comments