Skip to content

Commit aaa700d

Browse files
authored
deps: bump DataFusion to 51, Arrow to 57, pyo to 0.26 (#1899)
1 parent 5f631a5 commit aaa700d

File tree

14 files changed

+1124
-1345
lines changed

14 files changed

+1124
-1345
lines changed

Cargo.lock

Lines changed: 552 additions & 687 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ rust-version = "1.88"
4242
anyhow = "1.0.72"
4343
apache-avro = { version = "0.21", features = ["zstandard"] }
4444
array-init = "2"
45-
arrow-arith = "56.2"
46-
arrow-array = "56.2"
47-
arrow-buffer = "56.2"
48-
arrow-cast = "56.2"
49-
arrow-ord = "56.2"
50-
arrow-schema = "56.2"
51-
arrow-select = "56.2"
52-
arrow-string = "56.2"
45+
arrow-arith = "57.0"
46+
arrow-array = "57.0"
47+
arrow-buffer = "57.0"
48+
arrow-cast = "57.0"
49+
arrow-ord = "57.0"
50+
arrow-schema = "57.0"
51+
arrow-select = "57.0"
52+
arrow-string = "57.0"
5353
as-any = "0.3.2"
5454
async-trait = "0.1.89"
5555
aws-config = "1.8.7"
@@ -62,9 +62,9 @@ bytes = "1.10"
6262
chrono = "0.4.41"
6363
clap = { version = "4.5.48", features = ["derive", "cargo"] }
6464
ctor = "0.2.8"
65-
datafusion = "50"
66-
datafusion-cli = "50"
67-
datafusion-sqllogictest = "50"
65+
datafusion = "51.0"
66+
datafusion-cli = "51.0"
67+
datafusion-sqllogictest = "51.0"
6868
derive_builder = "0.20"
6969
dirs = "6"
7070
enum-ordinalize = "4.3.0"
@@ -101,7 +101,7 @@ num-bigint = "0.4.6"
101101
once_cell = "1.20"
102102
opendal = "0.55.0"
103103
ordered-float = "4"
104-
parquet = "56.2"
104+
parquet = "57.0"
105105
pilota = "0.11.10"
106106
port_scanner = "0.1.5"
107107
pretty_assertions = "1.4"

0 commit comments

Comments
 (0)