From a6c2008d6e090865a0c8ad55aa05a869755620b2 Mon Sep 17 00:00:00 2001 From: Sam Hughes Date: Mon, 6 Jan 2025 13:49:43 -0800 Subject: [PATCH] chore(cube): Point arrow dependency at arrow-rs repo --- Cargo.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4d8dbf9a2c9b..5f3538f2e5ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,22 +69,22 @@ version = "42.2.0" ahash = { version = "0.8", default-features = false, features = [ "runtime-rng", ] } -arrow = { version = "53.1.0", features = [ +arrow = { git = "https://github.com/cube-js/arrow-rs.git", branch = "cube-42.2.0", features = [ "prettyprint", ] } -arrow-array = { version = "53.1.0", default-features = false, features = [ +arrow-array = { git = "https://github.com/cube-js/arrow-rs.git", branch = "cube-42.2.0", features = [ "chrono-tz", ] } -arrow-buffer = { version = "53.1.0", default-features = false } -arrow-flight = { version = "53.1.0", features = [ +arrow-buffer = { git = "https://github.com/cube-js/arrow-rs.git", branch = "cube-42.2.0", default-features = false } +arrow-flight = { git = "https://github.com/cube-js/arrow-rs.git", branch = "cube-42.2.0", features = [ "flight-sql-experimental", ] } -arrow-ipc = { version = "53.1.0", default-features = false, features = [ +arrow-ipc = { git = "https://github.com/cube-js/arrow-rs.git", branch = "cube-42.2.0", features = [ "lz4", ] } -arrow-ord = { version = "53.1.0", default-features = false } -arrow-schema = { version = "53.1.0", default-features = false } -arrow-string = { version = "53.1.0", default-features = false } +arrow-ord = { git = "https://github.com/cube-js/arrow-rs.git", branch = "cube-42.2.0", default-features = false } +arrow-schema = { git = "https://github.com/cube-js/arrow-rs.git", branch = "cube-42.2.0", default-features = false } +arrow-string = { git = "https://github.com/cube-js/arrow-rs.git", branch = "cube-42.2.0", default-features = false } async-trait = "0.1.73" bigdecimal = "=0.4.1" bytes = "1.4" @@ -124,7 +124,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.1.0", default-features = false, features = [ +parquet = { git = "https://github.com/cube-js/arrow-rs.git", branch = "cube-42.2.0", features = [ "arrow", "async", "object_store",