Skip to content

feat: partition_statistics() for HashJoinExec#20711

Merged
xudong963 merged 3 commits intoapache:mainfrom
jonathanc-n:hj-partition-stats
Mar 9, 2026
Merged

feat: partition_statistics() for HashJoinExec#20711
xudong963 merged 3 commits intoapache:mainfrom
jonathanc-n:hj-partition-stats

Conversation

@jonathanc-n
Copy link
Contributor

@jonathanc-n jonathanc-n commented Mar 4, 2026

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 core Core DataFusion crate physical-plan Changes to the physical-plan crate labels Mar 4, 2026
@jonathanc-n
Copy link
Contributor Author

jonathanc-n commented Mar 4, 2026

@xudong963 Wanted to get this in because it was a bit of a blocker for the Arc changes. Makes sense to finish this deprecation process before we roll out a new API

@jonathanc-n
Copy link
Contributor Author

@gabotechs Feel free to take a look as well

Copy link
Contributor

@gabotechs gabotechs left a comment

Choose a reason for hiding this comment

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

Definitely an improvement, thanks @jonathanc-n!

@xudong963 xudong963 added this pull request to the merge queue Mar 9, 2026
Merged via the queue into apache:main with commit 37b9a46 Mar 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core Core DataFusion crate physical-plan Changes to the physical-plan crate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement partition_statistics API for more operators

3 participants