Skip to content

Commit

Permalink
update arrow/parquet to 52
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Jun 21, 2024
1 parent f565397 commit 8e88db7
Show file tree
Hide file tree
Showing 6 changed files with 347 additions and 164 deletions.
116 changes: 74 additions & 42 deletions Cargo.lock

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

20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@ rayon = ["dep:rayon"]

[dependencies]
anyhow = "1"
arrow = { version = "51", features = ["ffi"] }
arrow-array = { version = "51", features = ["chrono-tz"] }
arrow-buffer = "51"
arrow-cast = "51"
arrow-data = "51"
arrow-ipc = "51"
arrow-json = "51"
arrow-schema = "51"
arrow = { version = "52", features = ["ffi"] }
arrow-array = { version = "52", features = ["chrono-tz"] }
arrow-buffer = "52"
arrow-cast = "52"
arrow-data = "52"
arrow-ipc = "52"
arrow-json = "52"
arrow-schema = "52"
async-stream = { version = "0.3", optional = true }
async-trait = { version = "0.1", optional = true }
bumpalo = { version = "3", features = ["collections"] }
Expand All @@ -74,7 +74,7 @@ indexmap = "2"
itertools = "0.13"
num_enum = "0.7"
object_store = { version = "0.9.0", optional = true }
parquet = { version = "51", optional = true, default-features = false, features = [
parquet = { version = "52", optional = true, default-features = false, features = [
"arrow",
] }
phf = { version = "0.11", features = ["macros"] }
Expand Down Expand Up @@ -113,7 +113,7 @@ sqlx = { version = "0.7", default-features = false, features = ["postgres"] }
tokio = { version = "1.9", features = ["macros", "fs", "rt-multi-thread"] }
url = "2.5.0"
object_store = { version = "0.9.0", features = ["http", "aws"] }
parquet = { version = "51", default-features = false, features = [
parquet = { version = "52", default-features = false, features = [
"arrow",
"object_store",
] }
Expand Down
Loading

0 comments on commit 8e88db7

Please sign in to comment.