Skip to content

Commit

Permalink
Upgrade to arrow 52.1.0 (and fix clippy issues on main) (#11302)
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Jul 6, 2024
1 parent 2af3d3a commit 08c5345
Show file tree
Hide file tree
Showing 6 changed files with 115 additions and 115 deletions.
18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,22 +64,22 @@ version = "39.0.0"
ahash = { version = "0.8", default-features = false, features = [
"runtime-rng",
] }
arrow = { version = "52.0.0", features = [
arrow = { version = "52.1.0", features = [
"prettyprint",
] }
arrow-array = { version = "52.0.0", default-features = false, features = [
arrow-array = { version = "52.1.0", default-features = false, features = [
"chrono-tz",
] }
arrow-buffer = { version = "52.0.0", default-features = false }
arrow-flight = { version = "52.0.0", features = [
arrow-buffer = { version = "52.1.0", default-features = false }
arrow-flight = { version = "52.1.0", features = [
"flight-sql-experimental",
] }
arrow-ipc = { version = "52.0.0", default-features = false, features = [
arrow-ipc = { version = "52.1.0", default-features = false, features = [
"lz4",
] }
arrow-ord = { version = "52.0.0", default-features = false }
arrow-schema = { version = "52.0.0", default-features = false }
arrow-string = { version = "52.0.0", default-features = false }
arrow-ord = { version = "52.1.0", default-features = false }
arrow-schema = { version = "52.1.0", default-features = false }
arrow-string = { version = "52.1.0", default-features = false }
async-trait = "0.1.73"
bigdecimal = "=0.4.1"
bytes = "1.4"
Expand Down Expand Up @@ -114,7 +114,7 @@ log = "^0.4"
num_cpus = "1.13.0"
object_store = { version = "0.10.1", default-features = false }
parking_lot = "0.12"
parquet = { version = "52.0.0", default-features = false, features = [
parquet = { version = "52.1.0", default-features = false, features = [
"arrow",
"async",
"object_store",
Expand Down
Loading

0 comments on commit 08c5345

Please sign in to comment.