Skip to content

Commit 477a1e5

Browse files
deps: upgrade DataFusion to 53.0, Arrow to 58 (#2206)
## Which issue does this PR close? - Closes #. ## What changes are included in this PR? - Bump DataFusion to 53.0.0, Arrow/Parquet to 58, sqllogictest to 0.29, pyo3 to 0.28. - Adapt to DataFusion 53 API changes in physical plan executors and python bindings. - Update SLT expected test output. ## Are these changes tested? Existing tests. --------- Co-authored-by: Xander <zander181@googlemail.com>
1 parent 56fda82 commit 477a1e5

20 files changed

Lines changed: 996 additions & 742 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@ aes-gcm = "0.10"
4545
anyhow = "1.0.72"
4646
apache-avro = { version = "0.21", features = ["zstandard"] }
4747
array-init = "2"
48-
arrow-arith = "57.1"
49-
arrow-array = "57.1"
50-
arrow-buffer = "57.1"
51-
arrow-cast = "57.1"
52-
arrow-ord = "57.1"
53-
arrow-schema = "57.1"
54-
arrow-select = "57.1"
55-
arrow-string = "57.1"
48+
arrow-arith = "58"
49+
arrow-array = "58"
50+
arrow-buffer = "58"
51+
arrow-cast = "58"
52+
arrow-ord = "58"
53+
arrow-schema = "58"
54+
arrow-select = "58"
55+
arrow-string = "58"
5656
as-any = "0.3.2"
5757
async-trait = "0.1.89"
5858
aws-config = "1.8.7"
@@ -66,9 +66,9 @@ cfg-if = "1"
6666
chrono = "0.4.41"
6767
clap = { version = "4.5.48", features = ["derive", "cargo"] }
6868
dashmap = "6"
69-
datafusion = "52.2"
70-
datafusion-cli = "52.2"
71-
datafusion-sqllogictest = "52.2"
69+
datafusion = "53.0.0"
70+
datafusion-cli = "53.0.0"
71+
datafusion-sqllogictest = "53.0.0"
7272
derive_builder = "0.20"
7373
dirs = "6"
7474
enum-ordinalize = "4.3.0"
@@ -105,7 +105,7 @@ murmur3 = "0.5.2"
105105
once_cell = "1.20"
106106
opendal = "0.55.0"
107107
ordered-float = "4"
108-
parquet = "57.1"
108+
parquet = "58"
109109
pilota = "0.11.10"
110110
pretty_assertions = "1.4"
111111
rand = "0.8.5"
@@ -120,7 +120,7 @@ serde_derive = "1.0.219"
120120
serde_json = "1.0.142"
121121
serde_repr = "0.1.16"
122122
serde_with = "3.4"
123-
sqllogictest = "0.28.3"
123+
sqllogictest = "0.29"
124124
sqlx = { version = "0.8.1", default-features = false }
125125
stacker = "0.1.20"
126126
strum = "0.27.2"

0 commit comments

Comments
 (0)