Skip to content

Commit a6c2008

Browse files
committed
chore(cube): Point arrow dependency at arrow-rs repo
1 parent cf3493e commit a6c2008

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -69,22 +69,22 @@ version = "42.2.0"
6969
ahash = { version = "0.8", default-features = false, features = [
7070
"runtime-rng",
7171
] }
72-
arrow = { version = "53.1.0", features = [
72+
arrow = { git = "https://github.com/cube-js/arrow-rs.git", branch = "cube-42.2.0", features = [
7373
"prettyprint",
7474
] }
75-
arrow-array = { version = "53.1.0", default-features = false, features = [
75+
arrow-array = { git = "https://github.com/cube-js/arrow-rs.git", branch = "cube-42.2.0", features = [
7676
"chrono-tz",
7777
] }
78-
arrow-buffer = { version = "53.1.0", default-features = false }
79-
arrow-flight = { version = "53.1.0", features = [
78+
arrow-buffer = { git = "https://github.com/cube-js/arrow-rs.git", branch = "cube-42.2.0", default-features = false }
79+
arrow-flight = { git = "https://github.com/cube-js/arrow-rs.git", branch = "cube-42.2.0", features = [
8080
"flight-sql-experimental",
8181
] }
82-
arrow-ipc = { version = "53.1.0", default-features = false, features = [
82+
arrow-ipc = { git = "https://github.com/cube-js/arrow-rs.git", branch = "cube-42.2.0", features = [
8383
"lz4",
8484
] }
85-
arrow-ord = { version = "53.1.0", default-features = false }
86-
arrow-schema = { version = "53.1.0", default-features = false }
87-
arrow-string = { version = "53.1.0", default-features = false }
85+
arrow-ord = { git = "https://github.com/cube-js/arrow-rs.git", branch = "cube-42.2.0", default-features = false }
86+
arrow-schema = { git = "https://github.com/cube-js/arrow-rs.git", branch = "cube-42.2.0", default-features = false }
87+
arrow-string = { git = "https://github.com/cube-js/arrow-rs.git", branch = "cube-42.2.0", default-features = false }
8888
async-trait = "0.1.73"
8989
bigdecimal = "=0.4.1"
9090
bytes = "1.4"
@@ -124,7 +124,7 @@ log = "^0.4"
124124
num_cpus = "1.13.0"
125125
object_store = { version = "0.11.0", default-features = false }
126126
parking_lot = "0.12"
127-
parquet = { version = "53.1.0", default-features = false, features = [
127+
parquet = { git = "https://github.com/cube-js/arrow-rs.git", branch = "cube-42.2.0", features = [
128128
"arrow",
129129
"async",
130130
"object_store",

0 commit comments

Comments
 (0)