File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed
Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -103,6 +103,7 @@ iceberg_sources = files(
103103 ' transform_function.cc' ,
104104 ' type.cc' ,
105105 ' update/pending_update.cc' ,
106+ ' update/update_location.cc' ,
106107 ' update/update_partition_spec.cc' ,
107108 ' update/update_properties.cc' ,
108109 ' 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 @@ -22,6 +22,7 @@ install_headers(
2222 ' update_schema.h' ,
2323 ' update_sort_order.h' ,
2424 ' update_properties.h' ,
25+ ' update_location.h' ,
2526 ],
2627 subdir : ' iceberg/update' ,
2728)
You can’t perform that action at this time.
0 commit comments