Skip to content

Commit

Permalink
update arrow version
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Oct 5, 2024
1 parent 80c24dc commit 9048ba5
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,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.0.0", default-features = false, features = [
parquet = { git = "https://github.com/apache/arrow-rs", rev="53.1.0", default-features = false, features = [
"arrow",
"async",
"object_store",
Expand Down Expand Up @@ -171,15 +171,15 @@ large_futures = "warn"
unexpected_cfgs = { level = "warn", check-cfg = ["cfg(tarpaulin)"] }

[patch.crates-io]
arrow = { git = "https://github.com/apache/arrow-rs.git", rev = "a303fefe134213cb1afefcc8f62e4ff9e2e78ea8" }
arrow-array = { git = "https://github.com/apache/arrow-rs.git", rev = "a303fefe134213cb1afefcc8f62e4ff9e2e78ea8" }
arrow-buffer = { git = "https://github.com/apache/arrow-rs.git", rev = "a303fefe134213cb1afefcc8f62e4ff9e2e78ea8" }
arrow-cast = { git = "https://github.com/apache/arrow-rs.git", rev = "a303fefe134213cb1afefcc8f62e4ff9e2e78ea8" }
arrow-data = { git = "https://github.com/apache/arrow-rs.git", rev = "a303fefe134213cb1afefcc8f62e4ff9e2e78ea8" }
arrow-ipc = { git = "https://github.com/apache/arrow-rs.git", rev = "a303fefe134213cb1afefcc8f62e4ff9e2e78ea8" }
arrow-schema = { git = "https://github.com/apache/arrow-rs.git", rev = "a303fefe134213cb1afefcc8f62e4ff9e2e78ea8" }
arrow-select = { git = "https://github.com/apache/arrow-rs.git", rev = "a303fefe134213cb1afefcc8f62e4ff9e2e78ea8" }
arrow-string = { git = "https://github.com/apache/arrow-rs.git", rev = "a303fefe134213cb1afefcc8f62e4ff9e2e78ea8" }
arrow-ord = { git = "https://github.com/apache/arrow-rs.git", rev = "a303fefe134213cb1afefcc8f62e4ff9e2e78ea8" }
arrow-flight = { git = "https://github.com/apache/arrow-rs.git", rev = "a303fefe134213cb1afefcc8f62e4ff9e2e78ea8" }
parquet = { git = "https://github.com/apache/arrow-rs.git", rev = "a303fefe134213cb1afefcc8f62e4ff9e2e78ea8" }
arrow = { git = "https://github.com/apache/arrow-rs.git", rev = "53.1.0" }
arrow-array = { git = "https://github.com/apache/arrow-rs.git", rev = "53.1.0" }
arrow-buffer = { git = "https://github.com/apache/arrow-rs.git", rev = "53.1.0" }
arrow-cast = { git = "https://github.com/apache/arrow-rs.git", rev = "53.1.0" }
arrow-data = { git = "https://github.com/apache/arrow-rs.git", rev = "53.1.0" }
arrow-ipc = { git = "https://github.com/apache/arrow-rs.git", rev = "53.1.0" }
arrow-schema = { git = "https://github.com/apache/arrow-rs.git", rev = "53.1.0" }
arrow-select = { git = "https://github.com/apache/arrow-rs.git", rev = "53.1.0" }
arrow-string = { git = "https://github.com/apache/arrow-rs.git", rev = "53.1.0" }
arrow-ord = { git = "https://github.com/apache/arrow-rs.git", rev = "53.1.0" }
arrow-flight = { git = "https://github.com/apache/arrow-rs.git", rev = "53.1.0" }
parquet = { git = "https://github.com/apache/arrow-rs.git", rev = "53.1.0" }

0 comments on commit 9048ba5

Please sign in to comment.