@@ -90,25 +90,25 @@ version = "51.0.0"
9090ahash = { version = " 0.8" , default-features = false , features = [
9191 " runtime-rng" ,
9292] }
93- arrow = { version = " 57.1.0 " , features = [
93+ arrow = { git = " https://github.com/jecsand838/arrow-rs " , branch = " avro-reader-projection " , features = [
9494 " prettyprint" ,
9595 " chrono-tz" ,
96- ] }
97- arrow-avro = { version = " 57.1.0 " , default-features = false , features = [
96+ ] } # fixme
97+ arrow-avro = { git = " https://github.com/jecsand838/arrow-rs " , branch = " avro-reader-projection " , default-features = false , features = [
9898 " deflate" ,
9999 " snappy" ,
100100 " zstd" ,
101101 " bzip2" ,
102- ] }
103- arrow-buffer = { version = " 57.1.0 " , default-features = false }
104- arrow-flight = { version = " 57.1.0 " , features = [
102+ ] }# fixme
103+ arrow-buffer = { git = " https://github.com/jecsand838/arrow-rs " , branch = " avro-reader-projection " , default-features = false }# fixme
104+ arrow-flight = { git = " https://github.com/jecsand838/arrow-rs " , branch = " avro-reader-projection " , features = [# fixme
105105 " flight-sql-experimental" ,
106106] }
107- arrow-ipc = { version = " 57.1.0 " , default-features = false , features = [
107+ arrow-ipc = { git = " https://github.com/jecsand838/arrow-rs " , branch = " avro-reader-projection " , default-features = false , features = [# fixme
108108 " lz4" ,
109109] }
110- arrow-ord = { version = " 57.1.0 " , default-features = false }
111- arrow-schema = { version = " 57.1.0 " , default-features = false }
110+ arrow-ord = { git = " https://github.com/jecsand838/arrow-rs " , branch = " avro-reader-projection " , default-features = false }# fixme
111+ arrow-schema = { git = " https://github.com/jecsand838/arrow-rs " , branch = " avro-reader-projection " , default-features = false }# fixme
112112async-trait = " 0.1.89"
113113bigdecimal = " 0.4.8"
114114bytes = " 1.11"
@@ -171,7 +171,7 @@ log = "^0.4"
171171num-traits = { version = " 0.2" }
172172object_store = { version = " 0.12.4" , default-features = false }
173173parking_lot = " 0.12"
174- parquet = { version = " 57.1.0 " , default-features = false , features = [
174+ parquet = { git = " https://github.com/jecsand838/arrow-rs " , branch = " avro-reader-projection " , default-features = false , features = [ # fixme
175175 " arrow" ,
176176 " async" ,
177177 " object_store" ,
0 commit comments