@@ -35,22 +35,10 @@ rust-version = "1.85"
3535
3636[workspace .dependencies ]
3737arrow = { version = " 54.2.0" , features = [" prettyprint" , " ffi" , " chrono-tz" ] }
38- arrow-array = { version = " 54.2.0" }
39- arrow-buffer = { version = " 54.2.0" }
40- arrow-data = { version = " 54.2.0" }
41- arrow-schema = { version = " 54.2.0" }
4238async-trait = { version = " 0.1" }
4339bytes = { version = " 1.10.0" }
4440parquet = { version = " 54.2.0" , default-features = false , features = [" experimental" ] }
45- datafusion = { version = " 46.0.0" , default-features = false , features = [" unicode_expressions" , " crypto_expressions" ] }
46- datafusion-common = { version = " 46.0.0" , default-features = false }
47- datafusion-datasource = { version = " 46.0.0" , default-features = false }
48- datafusion-functions = { version = " 46.0.0" , default-features = false , features = [" crypto_expressions" ] }
49- datafusion-functions-nested = { version = " 46.0.0" , default-features = false }
50- datafusion-expr = { version = " 46.0.0" , default-features = false }
51- datafusion-expr-common = { version = " 46.0.0" , default-features = false }
52- datafusion-execution = { version = " 46.0.0" , default-features = false }
53- datafusion-physical-expr = { version = " 46.0.0" , default-features = false }
41+ datafusion = { version = " 46.0.0" , default-features = false , features = [" unicode_expressions" , " crypto_expressions" , " nested_expressions" , " parquet" ] }
5442datafusion-comet-spark-expr = { path = " spark-expr" , version = " 0.7.0" }
5543datafusion-comet-proto = { path = " proto" , version = " 0.7.0" }
5644chrono = { version = " 0.4" , default-features = false , features = [" clock" ] }
0 commit comments