We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5cb016 commit a45598dCopy full SHA for a45598d
1 file changed
src/iceberg/meson.build
@@ -81,13 +81,14 @@ iceberg_sources = files(
81
'table.cc',
82
'table_metadata.cc',
83
'table_properties.cc',
84
- 'table_requirement.cc',
85
- 'table_requirements.cc',
86
- 'table_scan.cc',
87
- 'table_update.cc',
88
- 'transform.cc',
89
- 'transform_function.cc',
90
- 'type.cc',
+ 'table_requirement.cc',
+ 'table_requirements.cc',
+ 'table_scan.cc',
+ 'table_update.cc',
+ 'update/update_properties.cc',
+ 'transform.cc',
+ 'transform_function.cc',
91
+ 'type.cc',
92
'util/bucket_util.cc',
93
'util/conversions.cc',
94
'util/decimal.cc',
0 commit comments