@@ -69,22 +69,22 @@ version = "42.2.0"
6969ahash = { 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 }
8888async-trait = " 0.1.73"
8989bigdecimal = " =0.4.1"
9090bytes = " 1.4"
@@ -124,7 +124,7 @@ log = "^0.4"
124124num_cpus = " 1.13.0"
125125object_store = { version = " 0.11.0" , default-features = false }
126126parking_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