Minor: fix upgrade papercut pub use PruningStatistics
#16264
Merged
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.
Which issue does this PR close?
48.0.0
/ arrow to 55.2.0 delta-io/delta-rs#352048.0.0
(June 2025) #15771Rationale for this change
While testing the DataFuion upgrade in delta.rs I found that
PruningStatistics
is no longer exported fromdatafusion::physical_optimizer::pruning
after #16069The fix downstream is easy (use the new import location) but I think leaving a backwards compatible
pub use
would mean no changes neededWhat changes are included in this PR?
use
topub use
so downstream users can upgrade without changeAre these changes tested?
By CI
Are there any user-facing changes?