@@ -39,13 +39,13 @@ arrow-buffer = { version = "52.2.0" }
39
39
arrow-data = { version = " 52.2.0" }
40
40
arrow-schema = { version = " 52.2.0" }
41
41
parquet = { version = " 52.2.0" , default-features = false , features = [" experimental" ] }
42
- datafusion-common = { git = " https://github.com/apache/datafusion.git" , rev = " bddb641 " }
43
- datafusion = { default-features = false , git = " https://github.com/apache/datafusion.git" , rev = " bddb641 " , features = [" unicode_expressions" , " crypto_expressions" ] }
44
- datafusion-functions = { git = " https://github.com/apache/datafusion.git" , rev = " bddb641 " , features = [" crypto_expressions" ] }
45
- datafusion-expr = { git = " https://github.com/apache/datafusion.git" , rev = " bddb641 " , default-features = false }
46
- datafusion-physical-plan = { git = " https://github.com/apache/datafusion.git" , rev = " bddb641 " , default-features = false }
47
- datafusion-physical-expr-common = { git = " https://github.com/apache/datafusion.git" , rev = " bddb641 " , default-features = false }
48
- datafusion-physical-expr = { git = " https://github.com/apache/datafusion.git" , rev = " bddb641 " , default-features = false }
42
+ datafusion-common = { git = " https://github.com/apache/datafusion.git" , rev = " 41.0.0-rc1 " }
43
+ datafusion = { default-features = false , git = " https://github.com/apache/datafusion.git" , rev = " 41.0.0-rc1 " , features = [" unicode_expressions" , " crypto_expressions" ] }
44
+ datafusion-functions = { git = " https://github.com/apache/datafusion.git" , rev = " 41.0.0-rc1 " , features = [" crypto_expressions" ] }
45
+ datafusion-expr = { git = " https://github.com/apache/datafusion.git" , rev = " 41.0.0-rc1 " , default-features = false }
46
+ datafusion-physical-plan = { git = " https://github.com/apache/datafusion.git" , rev = " 41.0.0-rc1 " , default-features = false }
47
+ datafusion-physical-expr-common = { git = " https://github.com/apache/datafusion.git" , rev = " 41.0.0-rc1 " , default-features = false }
48
+ datafusion-physical-expr = { git = " https://github.com/apache/datafusion.git" , rev = " 41.0.0-rc1 " , default-features = false }
49
49
datafusion-comet-spark-expr = { path = " spark-expr" , version = " 0.2.0" }
50
50
datafusion-comet-proto = { path = " proto" , version = " 0.2.0" }
51
51
chrono = { version = " 0.4" , default-features = false , features = [" clock" ] }
0 commit comments