u70b3 opened a new pull request, #842: URL: https://github.com/apache/iceberg-cpp/pull/842
## Summary - collect referenced data-file paths when writing position deletes as an Arrow batch - update referenced-path metadata only after the underlying write succeeds - reject null batch inputs and null file paths - cover single-file, multi-file, mixed, empty, and invalid batches ## Testing - `pre-commit run --files src/iceberg/data/position_delete_writer.cc src/iceberg/test/data_writer_test.cc` - `build-gcc14/src/iceberg/test/data_test` (157 tests passed) - `git diff --check` This contribution was developed with assistance from OpenAI Codex. The implementation and tests were reviewed and verified by the author. -- 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]
