manuzhang opened a new pull request, #709: URL: https://github.com/apache/iceberg-cpp/pull/709
## Summary - Add a DeleteFiles snapshot update API and wire it through table and transaction update flows. - Add DeleteFiles implementation/build integration. - Add coverage for path matching, case-insensitive row filters, empty delete commits, and strict-projection partial-match rejection. ## Validation - `cmake --build build --target table_update_test` - `./build/src/iceberg/test/table_update_test '--gtest_filter=DeleteFilesTest.*'` - `git diff --check upstream/main..HEAD` ## CI note The fork CI failures observed before opening this upstream PR were dependency-download/setup failures before tests ran, including HTTP 504s fetching Boost, sqlpp23, aws-c-common, and WrapDB assets. No DeleteFiles source or test failure was observed in those logs. -- 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]
