Skip to content

Commit

Permalink
chore: pin parquet to 53.0 instead of 53 for now to avoid deprecation…
Browse files Browse the repository at this point in the history
… warning for metadata read
  • Loading branch information
sdd committed Oct 10, 2024
1 parent 8d73668 commit 0a64237
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ rust-version = "1.77.1"
anyhow = "1.0.72"
apache-avro = "0.17"
array-init = "2"
arrow-arith = { version = "53" }
arrow-array = { version = "53" }
arrow-ord = { version = "53" }
arrow-schema = { version = "53" }
arrow-select = { version = "53" }
arrow-string = { version = "53" }
arrow-arith = { version = "53.0" }
arrow-array = { version = "53.0" }
arrow-ord = { version = "53.0" }
arrow-schema = { version = "53.0" }
arrow-select = { version = "53.0" }
arrow-string = { version = "53.0" }
async-stream = "0.3.5"
async-trait = "0.1"
async-std = "1.12"
Expand Down Expand Up @@ -72,7 +72,7 @@ murmur3 = "0.5.2"
once_cell = "1"
opendal = "0.50"
ordered-float = "4"
parquet = "53"
parquet = "53.0"
paste = "1"
pilota = "0.11.2"
pretty_assertions = "1.4"
Expand Down

0 comments on commit 0a64237

Please sign in to comment.