Skip to content

Commit

Permalink
Upgrade arrow 43 (apache#6812)
Browse files Browse the repository at this point in the history
* Upgrade arrow 43

* Remove pin
  • Loading branch information
tustvold authored and 2010YOUY01 committed Jul 5, 2023
1 parent 33050cc commit 4456248
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 38 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ repository = "https://github.com/apache/arrow-datafusion"
rust-version = "1.64"

[workspace.dependencies]
arrow = { version = "42.0.0", features = ["prettyprint", "dyn_cmp_dict"] }
arrow-flight = { version = "42.0.0", features = ["flight-sql-experimental"] }
arrow-buffer = { version = "42.0.0", default-features = false }
arrow-schema = { version = "42.0.0", default-features = false }
arrow-array = { version = "42.0.0", default-features = false, features = ["chrono-tz"] }
parquet = { version = "42.0.0", features = ["arrow", "async", "object_store"] }
arrow = { version = "43.0.0", features = ["prettyprint", "dyn_cmp_dict"] }
arrow-flight = { version = "43.0.0", features = ["flight-sql-experimental"] }
arrow-buffer = { version = "43.0.0", default-features = false }
arrow-schema = { version = "43.0.0", default-features = false }
arrow-array = { version = "43.0.0", default-features = false, features = ["chrono-tz"] }
parquet = { version = "43.0.0", features = ["arrow", "async", "object_store"] }
sqlparser = { version = "0.35", features = ["visitor"] }

[profile.release]
Expand Down
63 changes: 32 additions & 31 deletions datafusion-cli/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion datafusion-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ rust-version = "1.62"
readme = "README.md"

[dependencies]
arrow = "42.0.0"
arrow = "43.0.0"
async-trait = "0.1.41"
aws-config = "0.55"
aws-credential-types = "0.55"
Expand Down

0 comments on commit 4456248

Please sign in to comment.