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 e76aa6e commit bf14497Copy full SHA for bf14497
2 files changed
src/iceberg/meson.build
@@ -128,6 +128,7 @@ iceberg_sources = files(
128
'update/fast_append.cc',
129
'update/merging_snapshot_update.cc',
130
'update/pending_update.cc',
131
+ 'update/rewrite_files.cc',
132
'update/set_snapshot.cc',
133
'update/snapshot_manager.cc',
134
'update/snapshot_update.cc',
src/iceberg/update/meson.build
@@ -21,6 +21,7 @@ install_headers(
21
'fast_append.h',
22
'merging_snapshot_update.h',
23
'pending_update.h',
24
+ 'rewrite_files.h',
25
'set_snapshot.h',
26
'snapshot_manager.h',
27
'snapshot_update.h',
0 commit comments