Skip to content

chore: [datafusion-54] bump DataFusion rev to 85e75e2#4063

Merged
andygrove merged 2 commits intoapache:datafusion-54from
andygrove:bump-df-85e75e2
Apr 24, 2026
Merged

chore: [datafusion-54] bump DataFusion rev to 85e75e2#4063
andygrove merged 2 commits intoapache:datafusion-54from
andygrove:bump-df-85e75e2

Conversation

@andygrove
Copy link
Copy Markdown
Member

Which issue does this PR close?

N/A — routine dependency bump on the datafusion-54 integration branch.

Rationale for this change

Keep the datafusion-54 branch 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?

  • Bump datafusion, datafusion-datasource, datafusion-physical-expr-adapter, datafusion-spark, and datafusion-functions-nested git rev from 067ba4b to 85e75e2 in native/Cargo.toml and native/core/Cargo.toml.
  • Regenerate 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.
  • Full CI on this branch will run the broader JVM/integration suites.

@andygrove andygrove changed the title chore: bump DataFusion rev to 85e75e2 chore: [datafusion-54] bump DataFusion rev to 85e75e2 Apr 24, 2026
@mbutrovich
Copy link
Copy Markdown
Contributor

mbutrovich commented Apr 24, 2026

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 #[cfg_attr(miri, ignore)] on the failing test (shuffle_partitioner_memory?) since it seems to be a Zstd issue that we ignore in other places.

@mbutrovich
Copy link
Copy Markdown
Contributor

In the meantime I will fix upstream in Arrow-rs: apache/arrow-rs#9463

Copy link
Copy Markdown
Contributor

@mbutrovich mbutrovich left a comment

Choose a reason for hiding this comment

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

Approved pending CI, thanks @andygrove!

@andygrove andygrove merged commit f8cda65 into apache:datafusion-54 Apr 24, 2026
130 checks passed
@andygrove andygrove deleted the bump-df-85e75e2 branch April 24, 2026 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants