Skip to content

Commit

Permalink
Upgrade to arrow 13 (#2382)
Browse files Browse the repository at this point in the history
* Update to use arrow 13

* Updates for API change

* Update Cargo.lock for datafusion cli

* fix clippy
  • Loading branch information
alamb authored May 4, 2022
1 parent 9c8547e commit 5569eea
Show file tree
Hide file tree
Showing 14 changed files with 257 additions and 156 deletions.
2 changes: 1 addition & 1 deletion ballista/rust/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ simd = ["datafusion/simd"]
[dependencies]
ahash = { version = "0.7", default-features = false }

arrow-flight = { version = "12" }
arrow-flight = { version = "13" }
async-trait = "0.1.41"
chrono = { version = "0.4", default-features = false }
clap = { version = "3", features = ["derive", "cargo"] }
Expand Down
4 changes: 2 additions & 2 deletions ballista/rust/executor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ snmalloc = ["snmalloc-rs"]

[dependencies]
anyhow = "1"
arrow = { version = "12" }
arrow-flight = { version = "12" }
arrow = { version = "13" }
arrow-flight = { version = "13" }
async-trait = "0.1.41"
ballista-core = { path = "../core", version = "0.6.0" }
chrono = { version = "0.4", default-features = false }
Expand Down
Loading

0 comments on commit 5569eea

Please sign in to comment.