Skip to content

feat: partition_statistics() for HashJoinExec#20711

Open
jonathanc-n wants to merge 3 commits intoapache:mainfrom
jonathanc-n:hj-partition-stats
Open

feat: partition_statistics() for HashJoinExec#20711
jonathanc-n wants to merge 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

Copy of #16956

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

@xudong963 Copy of #16956 will be able to close #15873. 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

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

1 participant