@@ -90,26 +90,26 @@ version = "51.0.0"
9090ahash = { version = " 0.8" , default-features = false , features = [
9191 " runtime-rng" ,
9292] }
93- arrow = { git = " https://github.com/jecsand838 /arrow-rs" , branch = " avro-reader-projection " , features = [
93+ arrow = { git = " https://github.com/apache /arrow-rs" , rev = " 1db1a8869cceb179aa885ed58da9f0b49c03eafe " , features = [ # fixme
9494 " prettyprint" ,
9595 " chrono-tz" ,
96- ] } # fixme
97- arrow-avro = { git = " https://github.com/jecsand838 /arrow-rs" , branch = " avro-reader-projection " , default-features = false , features = [
96+ ] }
97+ arrow-avro = { git = " https://github.com/apache /arrow-rs" , rev = " 1db1a8869cceb179aa885ed58da9f0b49c03eafe " , default-features = false , features = [ # fixme
9898 " deflate" ,
9999 " snappy" ,
100100 " zstd" ,
101101 " bzip2" ,
102102 " xz" ,
103- ] }# fixme
104- arrow-buffer = { git = " https://github.com/jecsand838 /arrow-rs" , branch = " avro-reader-projection " , default-features = false }# fixme
105- arrow-flight = { git = " https://github.com/jecsand838 /arrow-rs" , branch = " avro-reader-projection " , features = [# fixme
103+ ] }
104+ arrow-buffer = { git = " https://github.com/apache /arrow-rs" , rev = " 1db1a8869cceb179aa885ed58da9f0b49c03eafe " , default-features = false } # fixme
105+ arrow-flight = { git = " https://github.com/apache /arrow-rs" , rev = " 1db1a8869cceb179aa885ed58da9f0b49c03eafe " , features = [ # fixme
106106 " flight-sql-experimental" ,
107107] }
108- arrow-ipc = { git = " https://github.com/jecsand838 /arrow-rs" , branch = " avro-reader-projection " , default-features = false , features = [# fixme
108+ arrow-ipc = { git = " https://github.com/apache /arrow-rs" , rev = " 1db1a8869cceb179aa885ed58da9f0b49c03eafe " , default-features = false , features = [ # fixme
109109 " lz4" ,
110110] }
111- arrow-ord = { git = " https://github.com/jecsand838 /arrow-rs" , branch = " avro-reader-projection " , default-features = false }# fixme
112- arrow-schema = { git = " https://github.com/jecsand838 /arrow-rs" , branch = " avro-reader-projection " , default-features = false }# fixme
111+ arrow-ord = { git = " https://github.com/apache /arrow-rs" , rev = " 1db1a8869cceb179aa885ed58da9f0b49c03eafe " , default-features = false } # fixme
112+ arrow-schema = { git = " https://github.com/apache /arrow-rs" , rev = " 1db1a8869cceb179aa885ed58da9f0b49c03eafe " , default-features = false } # fixme
113113async-trait = " 0.1.89"
114114bigdecimal = " 0.4.8"
115115bytes = " 1.11"
@@ -172,7 +172,7 @@ log = "^0.4"
172172num-traits = { version = " 0.2" }
173173object_store = { version = " 0.12.4" , default-features = false }
174174parking_lot = " 0.12"
175- parquet = { git = " https://github.com/jecsand838 /arrow-rs" , branch = " avro-reader-projection " , default-features = false , features = [ # fixme
175+ parquet = { git = " https://github.com/apache /arrow-rs" , rev = " 1db1a8869cceb179aa885ed58da9f0b49c03eafe " , default-features = false , features = [ # fixme
176176 " arrow" ,
177177 " async" ,
178178 " object_store" ,
0 commit comments