-
Notifications
You must be signed in to change notification settings - Fork 415
chore(deps): upgrade to DataFusion 52 #1997
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
2ebf9d4
3d0870a
19050fb
196c528
c90dd15
7c1f82c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -42,14 +42,14 @@ rust-version = "1.88" | |
| anyhow = "1.0.72" | ||
| apache-avro = { version = "0.21", features = ["zstandard"] } | ||
| array-init = "2" | ||
| arrow-arith = "57.0" | ||
| arrow-array = "57.0" | ||
| arrow-buffer = "57.0" | ||
| arrow-cast = "57.0" | ||
| arrow-ord = "57.0" | ||
| arrow-schema = "57.0" | ||
| arrow-select = "57.0" | ||
| arrow-string = "57.0" | ||
| arrow-arith = "57.1" | ||
| arrow-array = "57.1" | ||
| arrow-buffer = "57.1" | ||
| arrow-cast = "57.1" | ||
| arrow-ord = "57.1" | ||
| arrow-schema = "57.1" | ||
| arrow-select = "57.1" | ||
| arrow-string = "57.1" | ||
| as-any = "0.3.2" | ||
| async-trait = "0.1.89" | ||
| aws-config = "1.8.7" | ||
|
|
@@ -62,9 +62,9 @@ bytes = "1.11" | |
| chrono = "0.4.41" | ||
| clap = { version = "4.5.48", features = ["derive", "cargo"] } | ||
| dashmap = "6" | ||
| datafusion = "51.0" | ||
| datafusion-cli = "51.0" | ||
| datafusion-sqllogictest = "51.0" | ||
| datafusion = "52.1" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Don't know if it needs to block but 52.2 is close to release apache/datafusion#20287. It should be a trivial bump from 51.1 so we can always do it later?
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. yep! lets do that :) |
||
| datafusion-cli = "52.1" | ||
| datafusion-sqllogictest = "52.1" | ||
| derive_builder = "0.20" | ||
| dirs = "6" | ||
| enum-ordinalize = "4.3.0" | ||
|
|
@@ -100,7 +100,7 @@ murmur3 = "0.5.2" | |
| once_cell = "1.20" | ||
| opendal = "0.55.0" | ||
| ordered-float = "4" | ||
| parquet = "57.0" | ||
| parquet = "57.1" | ||
| pilota = "0.11.10" | ||
| pretty_assertions = "1.4" | ||
| rand = "0.8.5" | ||
|
|
@@ -130,4 +130,4 @@ url = "2.5.7" | |
| uuid = { version = "1.18", features = ["v7"] } | ||
| volo = "0.10.6" | ||
| volo-thrift = "0.10.8" | ||
| zstd = "0.13.3" | ||
| zstd = "0.13.3" | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
datafusion 51.1.0 uses arrow-* 57.1
https://crates.io/crates/datafusion/52.1.0/dependencies