You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR implements the RewriteFiles operation for the Iceberg C++
library.
## Changes
- Added RewriteFiles update class in src/iceberg/update/rewrite_files.h
and .cc
- Added RewriteFiles to the type forward declarations in
src/iceberg/type_fwd.h
- Registered RewiteFiles as a merging snapshot update in
src/iceberg/table.h and .cc
- Added RewriteFiles support in transaction (src/iceberg/transaction.h
and .cc)
- Added comprehensive tests in src/iceberg/test/rewrite_files_test.cc
- Added merge test for RewriteFiles in
src/iceberg/test/merging_snapshot_update_test.cc
0 commit comments