Add partition-local exact semi/anti filter stage - #13
Draft
VibhuJawa wants to merge 2 commits into
Draft
Conversation
Signed-off-by: Vibhu Jawa <vjawa@nvidia.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a focused
PartitionedExactFilterStagefor exact bucket-local exclusion or membership after two datasets have been partitioned with the existingShuffleStage.leftantiandleftsemijoins on one or more exact key columns.partition_index.Why this is the missing primitive
Current Curator already provides the compatible hash shuffle. Campaign-specific grouping can be composed from that shuffle plus workload-specific reducers, but Curator does not currently provide the reusable bucket-local exact semi/anti operation needed for scalable exclusion without broadcasting the complete reference set. This PR deliberately adds only that missing reducer and no scheduler, checkpoint, or workload-specific control plane.
Composition
Both shuffles must use identical keys, hashing, and partition count.
Validation
git diff --checkpassed.6fa52e3e597206849acb2ac119413fa6cbfe644dthrough non-default review basesync/nvidia-main-6fa52e3e; the stale fork defaultmainwas not modified.