Skip to content

Commit

Permalink
Update to arrow 26, change timezones (#4039)
Browse files Browse the repository at this point in the history
* Update to arrow 26

* Update datafusion-cli

* Update datafusion-cli lockfile

* More test fixes

* Re-add dyn_cmp_dict dev-dependencies

* Update datafusion-cli lock

* fix: Update tests

* Update datafusion optimizer tests

* Fix test

Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
  • Loading branch information
tustvold and alamb committed Nov 4, 2022
1 parent 4a67d0d commit dd081d6
Show file tree
Hide file tree
Showing 36 changed files with 475 additions and 508 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 = "25.0.0"
arrow = "26.0.0"
datafusion = { path = "../datafusion/core" }
env_logger = "0.9"
futures = "0.3"
mimalloc = { version = "0.1", optional = true, default-features = false }
num_cpus = "1.13.0"
object_store = "0.5.0"
parquet = "25.0.0"
parquet = "26.0.0"
parquet-test-utils = { path = "../parquet-test-utils/" }
rand = "0.8.4"
serde = { version = "1.0.136", features = ["derive"] }
Expand Down

0 comments on commit dd081d6

Please sign in to comment.