anoopj opened a new pull request, #15653: URL: https://github.com/apache/iceberg/pull/15653
`validateAddedDVs()` currently opens every delete manifest regardless of the conflict detection filter. This PR adds manifest evaluator-based filtering, skipping manifests that can't contain matching partitions. Note that other code paths in the snapshot producer uses `ManifestGroup`, which already does this filtering. validateAddedDVs() was the only gap where we didn't filter. -- 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]
