WZhuo opened a new pull request, #751: URL: https://github.com/apache/iceberg-cpp/pull/751
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 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
