Skip to content

Add manifest partition pruning to DV validation in MergingSnapshotProducer#15653

Open
anoopj wants to merge 1 commit intoapache:mainfrom
anoopj:validation-partition-pruning
Open

Add manifest partition pruning to DV validation in MergingSnapshotProducer#15653
anoopj wants to merge 1 commit intoapache:mainfrom
anoopj:validation-partition-pruning

Conversation

@anoopj
Copy link
Contributor

@anoopj anoopj commented Mar 16, 2026

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.

@github-actions github-actions bot added the core label Mar 16, 2026
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 use ManifestGroup, which already does this
filtering. validateAddedDVs() was the only gap where we didn't filter.
@anoopj anoopj force-pushed the validation-partition-pruning branch from b145372 to 0caa787 Compare March 16, 2026 17:08
@nastra nastra requested a review from amogh-jahagirdar March 16, 2026 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant