wirybeaver opened a new pull request, #915: URL: https://github.com/apache/iceberg-cpp/pull/915
## Summary - require deletion vectors to match the data file partition spec ID and partition tuple - compare partition tuples with typed `StructLikeEqual`, including null values - treat older same-path deletion vectors as inapplicable and fall back to position deletes - confirm applicable deletion vectors supersede file-scoped position deletes Stacked on #913. Until #913 merges, this PR contains both commits; review commit `dc84d6e` for this change. Related to #637. ## Testing - pre-commit hooks: passed - GCC 14 `DeleteFileIndexVersions/DeleteFileIndexTest.*`: 50 passed, 8 expected skips -- 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]
