We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54ff51a commit 1b3784aCopy full SHA for 1b3784a
src/iceberg/meson.build
@@ -104,6 +104,7 @@ iceberg_sources = files(
104
'type.cc',
105
'update/pending_update.cc',
106
'update/snapshot_update.cc',
107
+ 'update/update_location.cc',
108
'update/update_partition_spec.cc',
109
'update/update_properties.cc',
110
'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