Skip to content

Commit

Permalink
Use arrow-rs 48.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Nov 13, 2023
1 parent b248bc7 commit d2efaa9
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 50 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ rust-version = "1.70"
version = "33.0.0"

[workspace.dependencies]
arrow = { version = "48.0.0", features = ["prettyprint"] }
arrow-array = { version = "48.0.0", default-features = false, features = ["chrono-tz"] }
arrow-buffer = { version = "48.0.0", default-features = false }
arrow-flight = { version = "48.0.0", features = ["flight-sql-experimental"] }
arrow-ord = { version = "48.0.0", default-features = false }
arrow-schema = { version = "48.0.0", default-features = false }
arrow = { version = "~48.0.1", features = ["prettyprint"] }
arrow-array = { version = "~48.0.1", default-features = false, features = ["chrono-tz"] }
arrow-buffer = { version = "~48.0.1", default-features = false }
arrow-flight = { version = "~48.0.1", features = ["flight-sql-experimental"] }
arrow-ord = { version = "~48.0.1", default-features = false }
arrow-schema = { version = "~48.0.1", default-features = false }
async-trait = "0.1.73"
bigdecimal = "0.4.1"
bytes = "1.4"
Expand All @@ -81,7 +81,7 @@ log = "^0.4"
num_cpus = "1.13.0"
object_store = { version = "0.7.0", default-features = false }
parking_lot = "0.12"
parquet = { version = "48.0.0", default-features = false, features = ["arrow", "async", "object_store"] }
parquet = { version = "~48.0.1", default-features = false, features = ["arrow", "async", "object_store"] }
rand = "0.8"
rstest = "0.18.0"
serde_json = "1"
Expand Down
74 changes: 32 additions & 42 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.70"
readme = "README.md"

[dependencies]
arrow = "48.0.0"
arrow = "~48.0.1"
async-trait = "0.1.41"
aws-config = "0.55"
aws-credential-types = "0.55"
Expand Down

0 comments on commit d2efaa9

Please sign in to comment.