Skip to content

Commit 5569eea

Browse files
authored
Upgrade to arrow 13 (#2382)
* Update to use arrow 13 * Updates for API change * Update Cargo.lock for datafusion cli * fix clippy
1 parent 9c8547e commit 5569eea

File tree

14 files changed

+257
-156
lines changed

14 files changed

+257
-156
lines changed

ballista/rust/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ simd = ["datafusion/simd"]
3535
[dependencies]
3636
ahash = { version = "0.7", default-features = false }
3737

38-
arrow-flight = { version = "12" }
38+
arrow-flight = { version = "13" }
3939
async-trait = "0.1.41"
4040
chrono = { version = "0.4", default-features = false }
4141
clap = { version = "3", features = ["derive", "cargo"] }

ballista/rust/executor/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ snmalloc = ["snmalloc-rs"]
3434

3535
[dependencies]
3636
anyhow = "1"
37-
arrow = { version = "12" }
38-
arrow-flight = { version = "12" }
37+
arrow = { version = "13" }
38+
arrow-flight = { version = "13" }
3939
async-trait = "0.1.41"
4040
ballista-core = { path = "../core", version = "0.6.0" }
4141
chrono = { version = "0.4", default-features = false }

0 commit comments

Comments
 (0)