hemanthboyina opened a new pull request, #18224: URL: https://github.com/apache/iceberg/pull/18224
RewriteFiles can add deletion vectors when rewriting position deletes, but it did not validate against DVs added by concurrent commits. This could leave two live DVs for the same data file and incorrectly resurrect deleted rows. Call validateAddedDVs from BaseRewriteFiles#validate to detect and reject these conflicts. -- 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]
