Skip to content

Commit

Permalink
Upgrade to arrow 36 to support our schemas better
Browse files Browse the repository at this point in the history
Noticed while upgrading to 34 that checkpoint tests were failing to decode
timestamps with the new `RawReaderBuilder`. This appears to be fixed by release
36
  • Loading branch information
rtyler committed Mar 29, 2023
1 parent cd5752f commit 3bd0adb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ readme = "README.md"
edition = "2021"

[dependencies]
arrow = { version = "34.0.0", optional = true }
arrow = { version = "36.0.0", optional = true }
async-trait = "0.1"
bytes = "1"
chrono = { version = "0.4.22", default-features = false, features = ["clock"] }
Expand All @@ -29,7 +29,7 @@ num-traits = "0.2.15"
object_store = "0.5.5"
once_cell = "1.16.0"
parking_lot = "0.12"
parquet = { version = "34", features = [
parquet = { version = "36", features = [
"async",
"object_store",
], optional = true }
Expand Down

0 comments on commit 3bd0adb

Please sign in to comment.