Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,268 changes: 415 additions & 853 deletions Cargo.lock

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Copy link
Contributor

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

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"
Expand All @@ -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"

Choose a reason for hiding this comment

The 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?

Copy link
Contributor

Choose a reason for hiding this comment

The 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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Loading
Loading