We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80ad6e4 commit f091779Copy full SHA for f091779
src/iceberg/meson.build
@@ -105,6 +105,7 @@ iceberg_sources = files(
105
'update/expire_snapshots.cc',
106
'update/pending_update.cc',
107
'update/snapshot_update.cc',
108
+ 'update/update_location.cc',
109
'update/update_partition_spec.cc',
110
'update/update_properties.cc',
111
'update/update_schema.cc',
src/iceberg/update/meson.build
@@ -23,6 +23,7 @@ install_headers(
23
'update_schema.h',
24
'update_sort_order.h',
25
'update_properties.h',
26
+ 'update_location.h',
27
],
28
subdir: 'iceberg/update',
29
)
0 commit comments