chore: [datafusion-54] bump DataFusion rev to 85e75e2#4063
Merged
andygrove merged 2 commits intoapache:datafusion-54from Apr 24, 2026
Merged
chore: [datafusion-54] bump DataFusion rev to 85e75e2#4063andygrove merged 2 commits intoapache:datafusion-54from
andygrove merged 2 commits intoapache:datafusion-54from
Conversation
Contributor
|
Another upstream Miri issue to sort out? edit: Actually this looks to be in Comet, should be an easy fix. I think we just need |
Contributor
|
In the meantime I will fix upstream in Arrow-rs: apache/arrow-rs#9463 |
mbutrovich
approved these changes
Apr 24, 2026
Contributor
mbutrovich
left a comment
There was a problem hiding this comment.
Approved pending CI, thanks @andygrove!
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.
Which issue does this PR close?
N/A — routine dependency bump on the
datafusion-54integration branch.Rationale for this change
Keep the
datafusion-54branch in sync with the latest upstream DataFusion commits so we surface any breakage early and reduce the delta we will need to merge later.What changes are included in this PR?
datafusion,datafusion-datasource,datafusion-physical-expr-adapter,datafusion-spark, anddatafusion-functions-nestedgit rev from067ba4bto85e75e2innative/Cargo.tomlandnative/core/Cargo.toml.native/Cargo.lock.How are these changes tested?
cargo build(workspace): succeeds.cargo test(workspace): all suites pass.cargo clippy --all-targets --workspace -- -D warnings: clean.