Skip to content

Commit

Permalink
chore(cube): Point arrow dependency at arrow-rs repo
Browse files Browse the repository at this point in the history
  • Loading branch information
srh committed Jan 6, 2025
1 parent cf3493e commit a6c2008
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 @@ -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"
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit a6c2008

Please sign in to comment.