Skip to content

feat(physical-plan): Allow co-partitioned Partitioning::Range inputs for left-side hash joins#23487

Draft
JSOD11 wants to merge 2 commits into
apache:mainfrom
JSOD11:jsod/range-partitioning-left-hash-07-12-26
Draft

feat(physical-plan): Allow co-partitioned Partitioning::Range inputs for left-side hash joins#23487
JSOD11 wants to merge 2 commits into
apache:mainfrom
JSOD11:jsod/range-partitioning-left-hash-07-12-26

Conversation

@JSOD11

@JSOD11 JSOD11 commented Jul 11, 2026

Copy link
Copy Markdown
Contributor

Which issue does this PR close?

Rationale for this change

What changes are included in this PR?

Are these changes tested?

Are there any user-facing changes?

@github-actions github-actions Bot added the core Core DataFusion crate label Jul 11, 2026
@github-actions github-actions Bot added the sqllogictest SQL Logic Tests (.slt) label Jul 12, 2026
}

#[test]
fn left_hash_join_uses_range_partitioning() -> Result<()> {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry I am stalking the epic, heads up we are mainly doing dimple smoke tests in unit, then most coverage should be in range_partitioning.slt 🙇

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core Core DataFusion crate sqllogictest SQL Logic Tests (.slt)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow co-partitioned Partitioning::Range inputs for left-side hash joins

2 participants