Skip to content

Commit

Permalink
Update arrow/parquet to arrow/parquet 53.3.0 (#13508)
Browse files Browse the repository at this point in the history
* Update arrow/parquet to arrow 53.3.0

* Update Cargo.lock

* fix ci test

Signed-off-by: jayzhan211 <[email protected]>

---------

Signed-off-by: jayzhan211 <[email protected]>
Co-authored-by: jayzhan211 <[email protected]>
  • Loading branch information
alamb and jayzhan211 authored Nov 21, 2024
1 parent 240402d commit a2811fc
Show file tree
Hide file tree
Showing 4 changed files with 116 additions and 105 deletions.
18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,22 +74,22 @@ version = "43.0.0"
ahash = { version = "0.8", default-features = false, features = [
"runtime-rng",
] }
arrow = { version = "53.2.0", features = [
arrow = { version = "53.3.0", features = [
"prettyprint",
] }
arrow-array = { version = "53.2.0", default-features = false, features = [
arrow-array = { version = "53.3.0", default-features = false, features = [
"chrono-tz",
] }
arrow-buffer = { version = "53.2.0", default-features = false }
arrow-flight = { version = "53.2.0", features = [
arrow-buffer = { version = "53.3.0", default-features = false }
arrow-flight = { version = "53.3.0", features = [
"flight-sql-experimental",
] }
arrow-ipc = { version = "53.2.0", default-features = false, features = [
arrow-ipc = { version = "53.3.0", default-features = false, features = [
"lz4",
] }
arrow-ord = { version = "53.2.0", default-features = false }
arrow-schema = { version = "53.2.0", default-features = false }
arrow-string = { version = "53.2.0", default-features = false }
arrow-ord = { version = "53.3.0", default-features = false }
arrow-schema = { version = "53.3.0", default-features = false }
arrow-string = { version = "53.3.0", default-features = false }
async-trait = "0.1.73"
bigdecimal = "=0.4.1"
bytes = "1.4"
Expand Down Expand Up @@ -131,7 +131,7 @@ log = "^0.4"
num_cpus = "1.13.0"
object_store = { version = "0.11.0", default-features = false }
parking_lot = "0.12"
parquet = { version = "53.2.0", default-features = false, features = [
parquet = { version = "53.3.0", default-features = false, features = [
"arrow",
"async",
"object_store",
Expand Down
100 changes: 50 additions & 50 deletions datafusion-cli/Cargo.lock

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

Loading

0 comments on commit a2811fc

Please sign in to comment.