xiaoxuandev commented on PR #17764: URL: https://github.com/apache/iceberg/pull/17764#issuecomment-5402869564
@amogh-jahagirdar @RussellSpitzer, tagging you both since you reviewed #16957, which added `validatePartitionMatch` to the `DeleteFileIndex` paths this PR touches. This PR relaxes the single-live-DV check for commit validation only, where the index spans several snapshots and one data file can legitimately have several DVs; scans keep the strict default. That partition check survives the change, since #16957 mirrored it into `findPathDeletes` and not just `findDV`. -- 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]
