From bad5579a42d55431f82bdfe8fb403eb16ae82088 Mon Sep 17 00:00:00 2001 From: Liang-Chi Hsieh Date: Thu, 20 Jun 2024 00:26:08 -0700 Subject: [PATCH] More --- Cargo.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e1e5d196514b..d43d36c392fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 = "5978a90", features = [ +arrow = { git = "https://github.com/viirya/arrow-rs.git", rev = "5aa7e7f", features = [ "prettyprint", ] } -arrow-array = { git = "https://github.com/viirya/arrow-rs.git", rev = "5978a90", default-features = false, features = [ +arrow-array = { git = "https://github.com/viirya/arrow-rs.git", rev = "5aa7e7f", default-features = false, features = [ "chrono-tz", ] } -arrow-buffer = { git = "https://github.com/viirya/arrow-rs.git", rev = "5978a90", default-features = false } -arrow-flight = { git = "https://github.com/viirya/arrow-rs.git", rev = "5978a90", features = [ +arrow-buffer = { git = "https://github.com/viirya/arrow-rs.git", rev = "5aa7e7f", default-features = false } +arrow-flight = { git = "https://github.com/viirya/arrow-rs.git", rev = "5aa7e7f", features = [ "flight-sql-experimental", ] } -arrow-ipc = { git = "https://github.com/viirya/arrow-rs.git", rev = "5978a90", default-features = false, features = [ +arrow-ipc = { git = "https://github.com/viirya/arrow-rs.git", rev = "5aa7e7f", default-features = false, features = [ "lz4", ] } -arrow-ord = { git = "https://github.com/viirya/arrow-rs.git", rev = "5978a90", default-features = false } -arrow-schema = { git = "https://github.com/viirya/arrow-rs.git", rev = "5978a90", default-features = false } -arrow-string = { git = "https://github.com/viirya/arrow-rs.git", rev = "5978a90", default-features = false } +arrow-ord = { git = "https://github.com/viirya/arrow-rs.git", rev = "5aa7e7f", default-features = false } +arrow-schema = { git = "https://github.com/viirya/arrow-rs.git", rev = "5aa7e7f", default-features = false } +arrow-string = { git = "https://github.com/viirya/arrow-rs.git", rev = "5aa7e7f", default-features = false } async-trait = "0.1.73" bigdecimal = "=0.4.1" bytes = "1.4" @@ -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 = "5978a90", default-features = false, features = [ +parquet = { git = "https://github.com/viirya/arrow-rs.git", rev = "5aa7e7f", default-features = false, features = [ "arrow", "async", "object_store",