@@ -33,20 +33,21 @@ edition = "2021"
3333rust-version = " 1.79"
3434
3535[workspace .dependencies ]
36- arrow = { version = " 53.2.0" , features = [" prettyprint" , " ffi" , " chrono-tz" ] }
37- arrow-array = { version = " 53.2.0" }
38- arrow-buffer = { version = " 53.2.0" }
39- arrow-data = { version = " 53.2.0" }
40- arrow-schema = { version = " 53.2.0" }
41- parquet = { version = " 53.2.0" , default-features = false , features = [" experimental" ] }
42- datafusion = { version = " 43.0.0" , default-features = false , features = [" unicode_expressions" , " crypto_expressions" ] }
43- datafusion-common = { version = " 43.0.0" }
44- datafusion-functions = { version = " 43.0.0" , features = [" crypto_expressions" ] }
45- datafusion-functions-nested = { version = " 43.0.0" , default-features = false }
46- datafusion-expr = { version = " 43.0.0" , default-features = false }
47- datafusion-execution = { version = " 43.0.0" , default-features = false }
48- datafusion-physical-plan = { version = " 43.0.0" , default-features = false }
49- datafusion-physical-expr = { version = " 43.0.0" , default-features = false }
36+ arrow = { version = " 53.3.0" , features = [" prettyprint" , " ffi" , " chrono-tz" ] }
37+ arrow-array = { version = " 53.3.0" }
38+ arrow-buffer = { version = " 53.3.0" }
39+ arrow-data = { version = " 53.3.0" }
40+ arrow-schema = { version = " 53.3.0" }
41+ parquet = { version = " 53.3.0" , default-features = false , features = [" experimental" ] }
42+ datafusion = { git = " https://github.com/apache/datafusion.git" , rev = " 44.0.0-rc2" , default-features = false , features = [" unicode_expressions" , " crypto_expressions" ] }
43+ datafusion-common = { git = " https://github.com/apache/datafusion.git" , rev = " 44.0.0-rc2" , default-features = false }
44+ datafusion-functions = { git = " https://github.com/apache/datafusion.git" , rev = " 44.0.0-rc2" , default-features = false , features = [" crypto_expressions" ] }
45+ datafusion-functions-nested = { git = " https://github.com/apache/datafusion.git" , rev = " 44.0.0-rc2" , default-features = false }
46+ datafusion-expr = { git = " https://github.com/apache/datafusion.git" , rev = " 44.0.0-rc2" , default-features = false }
47+ datafusion-expr-common = { git = " https://github.com/apache/datafusion.git" , rev = " 44.0.0-rc2" , default-features = false }
48+ datafusion-execution = { git = " https://github.com/apache/datafusion.git" , rev = " 44.0.0-rc2" , default-features = false }
49+ datafusion-physical-plan = { git = " https://github.com/apache/datafusion.git" , rev = " 44.0.0-rc2" , default-features = false }
50+ datafusion-physical-expr = { git = " https://github.com/apache/datafusion.git" , rev = " 44.0.0-rc2" , default-features = false }
5051datafusion-comet-spark-expr = { path = " spark-expr" , version = " 0.5.0" }
5152datafusion-comet-proto = { path = " proto" , version = " 0.5.0" }
5253chrono = { version = " 0.4" , default-features = false , features = [" clock" ] }
0 commit comments