@@ -33,13 +33,13 @@ include = [
3333
3434[dependencies ]
3535parquet-format = " 4.0.0" # This must be kept in sync with that from parquet crate
36- arrow = { git = " https://github.com/viirya/arrow-rs.git" , rev = " 564f3bd " , features = [" prettyprint" , " ffi" , " chrono-tz" ] }
37- arrow-array = { git = " https://github.com/viirya/arrow-rs.git" , rev = " 564f3bd " }
38- arrow-buffer = { git = " https://github.com/viirya/arrow-rs.git" , rev = " 564f3bd " }
39- arrow-data = { git = " https://github.com/viirya/arrow-rs.git" , rev = " 564f3bd " }
40- arrow-schema = { git = " https://github.com/viirya/arrow-rs.git" , rev = " 564f3bd " }
41- arrow-string = { git = " https://github.com/viirya/arrow-rs.git" , rev = " 564f3bd " }
42- parquet = { git = " https://github.com/viirya/arrow-rs.git" , rev = " 564f3bd " , default-features = false , features = [" experimental" ] }
36+ arrow = { git = " https://github.com/viirya/arrow-rs.git" , rev = " 5aa7e7f " , features = [" prettyprint" , " ffi" , " chrono-tz" ] }
37+ arrow-array = { git = " https://github.com/viirya/arrow-rs.git" , rev = " 5aa7e7f " }
38+ arrow-buffer = { git = " https://github.com/viirya/arrow-rs.git" , rev = " 5aa7e7f " }
39+ arrow-data = { git = " https://github.com/viirya/arrow-rs.git" , rev = " 5aa7e7f " }
40+ arrow-schema = { git = " https://github.com/viirya/arrow-rs.git" , rev = " 5aa7e7f " }
41+ arrow-string = { git = " https://github.com/viirya/arrow-rs.git" , rev = " 5aa7e7f " }
42+ parquet = { git = " https://github.com/viirya/arrow-rs.git" , rev = " 5aa7e7f " , default-features = false , features = [" experimental" ] }
4343half = { version = " 2.4.1" , default-features = false }
4444futures = " 0.3.28"
4545mimalloc = { version = " *" , default-features = false , optional = true }
@@ -71,12 +71,12 @@ itertools = "0.11.0"
7171chrono = { version = " 0.4" , default-features = false , features = [" clock" ] }
7272chrono-tz = { version = " 0.8" }
7373paste = " 1.0.14"
74- datafusion-common = { git = " https://github.com/viirya/arrow-datafusion.git" , rev = " dd5f0e1 " }
75- datafusion = { default-features = false , git = " https://github.com/viirya/arrow-datafusion.git" , rev = " dd5f0e1 " , features = [" unicode_expressions" , " crypto_expressions" ] }
76- datafusion-functions = { git = " https://github.com/viirya/arrow-datafusion.git" , rev = " dd5f0e1 " , features = [" crypto_expressions" ] }
77- datafusion-expr = { git = " https://github.com/viirya/arrow-datafusion.git" , rev = " dd5f0e1 " , default-features = false }
78- datafusion-physical-expr-common = { git = " https://github.com/viirya/arrow-datafusion.git" , rev = " dd5f0e1 " , default-features = false }
79- datafusion-physical-expr = { git = " https://github.com/viirya/arrow-datafusion.git" , rev = " dd5f0e1 " , default-features = false }
74+ datafusion-common = { git = " https://github.com/viirya/arrow-datafusion.git" , rev = " bad5579 " }
75+ datafusion = { default-features = false , git = " https://github.com/viirya/arrow-datafusion.git" , rev = " bad5579 " , features = [" unicode_expressions" , " crypto_expressions" ] }
76+ datafusion-functions = { git = " https://github.com/viirya/arrow-datafusion.git" , rev = " bad5579 " , features = [" crypto_expressions" ] }
77+ datafusion-expr = { git = " https://github.com/viirya/arrow-datafusion.git" , rev = " bad5579 " , default-features = false }
78+ datafusion-physical-expr-common = { git = " https://github.com/viirya/arrow-datafusion.git" , rev = " bad5579 " , default-features = false }
79+ datafusion-physical-expr = { git = " https://github.com/viirya/arrow-datafusion.git" , rev = " bad5579 " , default-features = false }
8080unicode-segmentation = " ^1.10.1"
8181once_cell = " 1.18.0"
8282regex = " 1.9.6"
0 commit comments