Skip to content

Commit

Permalink
Update to arrow-rs commit 9f85667
Browse files Browse the repository at this point in the history
  • Loading branch information
viirya committed Jun 25, 2024
1 parent 68d8474 commit 65b8962
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 @@ -64,22 +64,22 @@ version = "39.0.0"
ahash = { version = "0.8", default-features = false, features = [
"runtime-rng",
] }
arrow = { git = "https://github.com/viirya/arrow-rs.git", rev = "071604c", features = [
arrow = { git = "https://github.com/viirya/arrow-rs.git", rev = "9f85667", features = [
"prettyprint",
] }
arrow-array = { git = "https://github.com/viirya/arrow-rs.git", rev = "071604c", default-features = false, features = [
arrow-array = { git = "https://github.com/viirya/arrow-rs.git", rev = "9f85667", default-features = false, features = [
"chrono-tz",
] }
arrow-buffer = { git = "https://github.com/viirya/arrow-rs.git", rev = "071604c", default-features = false }
arrow-flight = { git = "https://github.com/viirya/arrow-rs.git", rev = "071604c", features = [
arrow-buffer = { git = "https://github.com/viirya/arrow-rs.git", rev = "9f85667", default-features = false }
arrow-flight = { git = "https://github.com/viirya/arrow-rs.git", rev = "9f85667", features = [
"flight-sql-experimental",
] }
arrow-ipc = { git = "https://github.com/viirya/arrow-rs.git", rev = "071604c", default-features = false, features = [
arrow-ipc = { git = "https://github.com/viirya/arrow-rs.git", rev = "9f85667", default-features = false, features = [
"lz4",
] }
arrow-ord = { git = "https://github.com/viirya/arrow-rs.git", rev = "071604c", default-features = false }
arrow-schema = { git = "https://github.com/viirya/arrow-rs.git", rev = "071604c", default-features = false }
arrow-string = { git = "https://github.com/viirya/arrow-rs.git", rev = "071604c", default-features = false }
arrow-ord = { git = "https://github.com/viirya/arrow-rs.git", rev = "9f85667", default-features = false }
arrow-schema = { git = "https://github.com/viirya/arrow-rs.git", rev = "9f85667", default-features = false }
arrow-string = { git = "https://github.com/viirya/arrow-rs.git", rev = "9f85667", default-features = false }
async-trait = "0.1.73"
bigdecimal = "=0.4.1"
bytes = "1.4"
Expand Down Expand Up @@ -114,7 +114,7 @@ log = "^0.4"
num_cpus = "1.13.0"
object_store = { version = "0.10.1", default-features = false }
parking_lot = "0.12"
parquet = { git = "https://github.com/viirya/arrow-rs.git", rev = "071604c", default-features = false, features = [
parquet = { git = "https://github.com/viirya/arrow-rs.git", rev = "9f85667", default-features = false, features = [
"arrow",
"async",
"object_store",
Expand Down

0 comments on commit 65b8962

Please sign in to comment.