From e30e00e6646f97e3c7a2b1ab9924df08d121051f Mon Sep 17 00:00:00 2001 From: Liang-Chi Hsieh Date: Thu, 9 May 2024 13:01:00 -0700 Subject: [PATCH] More --- Cargo.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 871462f8d154..bc6072b7d6ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 = "3f1ae0c", features = ["prettyprint"] } -arrow-array = { git = "https://github.com/viirya/arrow-rs.git", rev = "3f1ae0c", default-features = false, features = ["chrono-tz"] } -arrow-buffer = { git = "https://github.com/viirya/arrow-rs.git", rev = "3f1ae0c", default-features = false } -arrow-flight = { git = "https://github.com/viirya/arrow-rs.git", rev = "3f1ae0c", features = ["flight-sql-experimental"] } -arrow-ipc = { git = "https://github.com/viirya/arrow-rs.git", rev = "3f1ae0c", default-features = false, features = ["lz4"] } -arrow-ord = { git = "https://github.com/viirya/arrow-rs.git", rev = "3f1ae0c", default-features = false } -arrow-schema = { git = "https://github.com/viirya/arrow-rs.git", rev = "3f1ae0c", default-features = false } -arrow-string = { git = "https://github.com/viirya/arrow-rs.git", rev = "3f1ae0c", default-features = false } +arrow = { git = "https://github.com/viirya/arrow-rs.git", rev = "95e7af4", features = ["prettyprint"] } +arrow-array = { git = "https://github.com/viirya/arrow-rs.git", rev = "95e7af4", default-features = false, features = ["chrono-tz"] } +arrow-buffer = { git = "https://github.com/viirya/arrow-rs.git", rev = "95e7af4", default-features = false } +arrow-flight = { git = "https://github.com/viirya/arrow-rs.git", rev = "95e7af4", features = ["flight-sql-experimental"] } +arrow-ipc = { git = "https://github.com/viirya/arrow-rs.git", rev = "95e7af4", default-features = false, features = ["lz4"] } +arrow-ord = { git = "https://github.com/viirya/arrow-rs.git", rev = "95e7af4", default-features = false } +arrow-schema = { git = "https://github.com/viirya/arrow-rs.git", rev = "95e7af4", default-features = false } +arrow-string = { git = "https://github.com/viirya/arrow-rs.git", rev = "95e7af4", default-features = false } async-trait = "0.1.73" bigdecimal = "=0.4.1" bytes = "1.4" @@ -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 = "3f1ae0c", default-features = false, features = ["arrow", "async", "object_store"] } +parquet = { git = "https://github.com/viirya/arrow-rs.git", rev = "95e7af4", default-features = false, features = ["arrow", "async", "object_store"] } rand = "0.8" rstest = "0.18.0" serde_json = "1"