Skip to content

Commit

Permalink
Update arrow-rs commit
Browse files Browse the repository at this point in the history
  • Loading branch information
viirya committed Apr 1, 2024
1 parent 6805c68 commit f0ffa58
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@ version = "36.0.0"
# for the inherited dependency but cannot do the reverse (override from true to false).
#
# See for more detaiils: https://github.com/rust-lang/cargo/issues/11329
arrow = { git = "https://github.com/viirya/arrow-rs.git", rev = "ba3869a", features = ["prettyprint"] }
arrow-array = { git = "https://github.com/viirya/arrow-rs.git", rev = "ba3869a", default-features = false, features = ["chrono-tz"] }
arrow-buffer = { git = "https://github.com/viirya/arrow-rs.git", rev = "ba3869a", default-features = false }
arrow-flight = { git = "https://github.com/viirya/arrow-rs.git", rev = "ba3869a", features = ["flight-sql-experimental"] }
arrow-ipc = { git = "https://github.com/viirya/arrow-rs.git", rev = "ba3869a", default-features = false, features = ["lz4"] }
arrow-ord = { git = "https://github.com/viirya/arrow-rs.git", rev = "ba3869a", default-features = false }
arrow-schema = { git = "https://github.com/viirya/arrow-rs.git", rev = "ba3869a", default-features = false }
arrow-string = { git = "https://github.com/viirya/arrow-rs.git", rev = "ba3869a", default-features = false }
arrow = { git = "https://github.com/viirya/arrow-rs.git", rev = "ca0198e", features = ["prettyprint"] }
arrow-array = { git = "https://github.com/viirya/arrow-rs.git", rev = "ca0198e", default-features = false, features = ["chrono-tz"] }
arrow-buffer = { git = "https://github.com/viirya/arrow-rs.git", rev = "ca0198e", default-features = false }
arrow-flight = { git = "https://github.com/viirya/arrow-rs.git", rev = "ca0198e", features = ["flight-sql-experimental"] }
arrow-ipc = { git = "https://github.com/viirya/arrow-rs.git", rev = "ca0198e", default-features = false, features = ["lz4"] }
arrow-ord = { git = "https://github.com/viirya/arrow-rs.git", rev = "ca0198e", default-features = false }
arrow-schema = { git = "https://github.com/viirya/arrow-rs.git", rev = "ca0198e", default-features = false }
arrow-string = { git = "https://github.com/viirya/arrow-rs.git", rev = "ca0198e", default-features = false }
async-trait = "0.1.73"
bigdecimal = "=0.4.1"
bytes = "1.4"
Expand Down Expand Up @@ -95,7 +95,7 @@ log = "^0.4"
num_cpus = "1.13.0"
object_store = { version = "0.9.1", default-features = false }
parking_lot = "0.12"
parquet = { git = "https://github.com/viirya/arrow-rs.git", rev = "ba3869a", default-features = false, features = ["arrow", "async", "object_store"] }
parquet = { git = "https://github.com/viirya/arrow-rs.git", rev = "ca0198e", default-features = false, features = ["arrow", "async", "object_store"] }
rand = "0.8"
rstest = "0.18.0"
serde_json = "1"
Expand Down

0 comments on commit f0ffa58

Please sign in to comment.