Skip to content

Commit

Permalink
Update to arrow 30.0.1 (apache#4818)
Browse files Browse the repository at this point in the history
* Update to arrow 30

* Update flight

* CSV Error

* Format

* Update arrow 30

* Tweaks
  • Loading branch information
tustvold committed Jan 15, 2023
1 parent f376270 commit 2801c8c
Show file tree
Hide file tree
Showing 20 changed files with 552 additions and 157 deletions.
4 changes: 2 additions & 2 deletions benchmarks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ simd = ["datafusion/simd"]
snmalloc = ["snmalloc-rs"]

[dependencies]
arrow = "29.0.0"
arrow = "30.0.1"
datafusion = { path = "../datafusion/core", version = "16.0.0", features = ["scheduler"] }
env_logger = "0.10"
futures = "0.3"
mimalloc = { version = "0.1", optional = true, default-features = false }
num_cpus = "1.13.0"
object_store = "0.5.0"
parquet = "29.0.0"
parquet = "30.0.1"
parquet-test-utils = { path = "../parquet-test-utils/", version = "0.1.0" }
rand = "0.8.4"
serde = { version = "1.0.136", features = ["derive"] }
Expand Down
Loading

0 comments on commit 2801c8c

Please sign in to comment.