File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -104,6 +104,7 @@ iceberg_sources = files(
104104 ' type.cc' ,
105105 ' update/pending_update.cc' ,
106106 ' update/snapshot_update.cc' ,
107+ ' update/update_location.cc' ,
107108 ' update/update_partition_spec.cc' ,
108109 ' update/update_properties.cc' ,
109110 ' update/update_schema.cc' ,
Original file line number Diff line number Diff line change @@ -96,6 +96,16 @@ iceberg_tests = {
9696 ),
9797 },
9898 ' roaring_test' : {' sources' : files (' roaring_test.cc' )},
99+ ' table_update_test' : {
100+ ' sources' : files (
101+ ' transaction_test.cc' ,
102+ ' update_location_test.cc' ,
103+ ' update_partition_spec_test.cc' ,
104+ ' update_properties_test.cc' ,
105+ ' update_schema_test.cc' ,
106+ ' update_sort_order_test.cc' ,
107+ ),
108+ },
99109}
100110
101111if get_option (' rest' ).enabled()
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ install_headers(
2323 ' update_schema.h' ,
2424 ' update_sort_order.h' ,
2525 ' update_properties.h' ,
26+ ' update_location.h' ,
2627 ],
2728 subdir : ' iceberg/update' ,
2829)
You can’t perform that action at this time.
0 commit comments