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 34e09ef commit aec9373Copy full SHA for aec9373
2 files changed
src/iceberg/meson.build
@@ -132,6 +132,7 @@ iceberg_sources = files(
132
'update/merging_snapshot_update.cc',
133
'update/overwrite_files.cc',
134
'update/pending_update.cc',
135
+ 'update/rewrite_files.cc',
136
'update/row_delta.cc',
137
'update/set_snapshot.cc',
138
'update/snapshot_manager.cc',
src/iceberg/update/meson.build
@@ -24,6 +24,7 @@ install_headers(
24
'merging_snapshot_update.h',
25
'overwrite_files.h',
26
'pending_update.h',
27
+ 'rewrite_files.h',
28
'row_delta.h',
29
'set_snapshot.h',
30
'snapshot_manager.h',
0 commit comments