We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 229f61d commit 6b31e28Copy full SHA for 6b31e28
src/iceberg/meson.build
@@ -51,6 +51,7 @@ iceberg_sources = files(
51
'file_writer.cc',
52
'inheritable_metadata.cc',
53
'json_internal.cc',
54
+ 'manifest_adapter.cc',
55
'manifest_entry.cc',
56
'manifest_list.cc',
57
'manifest_reader.cc',
@@ -83,6 +84,9 @@ iceberg_sources = files(
83
84
'util/murmurhash3_internal.cc',
85
'util/timepoint.cc',
86
'util/uuid.cc',
87
+ 'v1_metadata.cc',
88
+ 'v2_metadata.cc',
89
+ 'v3_metadata.cc',
90
)
91
92
# CRoaring does not export symbols, so on Windows it must
0 commit comments