Remove the statistics() api in execution plan#20319
Merged
xudong963 merged 2 commits intoapache:mainfrom Feb 13, 2026
Merged
Conversation
de-bgunter
pushed a commit
to de-bgunter/datafusion
that referenced
this pull request
Mar 24, 2026
The API has been marked as deprecated for about 10 months, and we're planning to do more [changes](apache#20184) for statistics. I think it's time to let it go.
26 tasks
12 tasks
github-merge-queue Bot
pushed a commit
that referenced
this pull request
Apr 9, 2026
## Which issue does this PR close? - Related to #19692 ## Rationale for this change @rluvaton noted some issues with the 53 upgrade guide #19692 (comment): > FYI, the migration guide says 53.0.0 was not released yet and it miss the following breaking changes: > > #20319 - removed deprecated function from ExecutionPlan trait > #19635 - added argument to HashJoinExec::try_new function ## What changes are included in this PR? Fix the above ## Are these changes tested? Yes by CI ## Are there any user-facing changes? Better docs
Rich-T-kid
pushed a commit
to Rich-T-kid/datafusion
that referenced
this pull request
Apr 21, 2026
## Which issue does this PR close? - Related to apache#19692 ## Rationale for this change @rluvaton noted some issues with the 53 upgrade guide apache#19692 (comment): > FYI, the migration guide says 53.0.0 was not released yet and it miss the following breaking changes: > > apache#20319 - removed deprecated function from ExecutionPlan trait > apache#19635 - added argument to HashJoinExec::try_new function ## What changes are included in this PR? Fix the above ## Are these changes tested? Yes by CI ## Are there any user-facing changes? Better docs
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.
The API has been marked as deprecated for about 10 months, and we're planning to do more changes for statistics. I think it's time to let it go.