@@ -37,12 +37,12 @@ substrait = ["dep:datafusion-substrait"]
37
37
tokio = { version = " 1.24" , features = [" macros" , " rt" , " rt-multi-thread" , " sync" ] }
38
38
rand = " 0.8"
39
39
pyo3 = { version = " 0.20" , features = [" extension-module" , " abi3" , " abi3-py38" ] }
40
- datafusion = { git = " https://github.com/apache/arrow-datafusion" , rev = " 33.0.0-rc1 " , features = [" pyarrow" , " avro" ] }
41
- datafusion-common = { git = " https://github.com/apache/arrow-datafusion" , rev = " 33.0.0-rc1 " , features = [" pyarrow" ] }
42
- datafusion-expr = { git = " https://github.com/apache/arrow-datafusion" , rev = " 33.0.0-rc1 " }
43
- datafusion-optimizer = { git = " https://github.com/apache/arrow-datafusion" , rev = " 33.0.0-rc1 " }
44
- datafusion-sql = { git = " https://github.com/apache/arrow-datafusion" , rev = " 33.0.0-rc1 " }
45
- datafusion-substrait = { git = " https://github.com/apache/arrow-datafusion" , rev = " 33.0.0-rc1 " , optional = true }
40
+ datafusion = { git = " https://github.com/apache/arrow-datafusion" , branch = " branch-33 " , features = [" pyarrow" , " avro" ] }
41
+ datafusion-common = { git = " https://github.com/apache/arrow-datafusion" , branch = " branch-33 " , features = [" pyarrow" ] }
42
+ datafusion-expr = { git = " https://github.com/apache/arrow-datafusion" , branch = " branch-33 " }
43
+ datafusion-optimizer = { git = " https://github.com/apache/arrow-datafusion" , branch = " branch-33 " }
44
+ datafusion-sql = { git = " https://github.com/apache/arrow-datafusion" , branch = " branch-33 " }
45
+ datafusion-substrait = { git = " https://github.com/apache/arrow-datafusion" , branch = " branch-33 " , optional = true }
46
46
prost = " 0.12"
47
47
prost-types = " 0.12"
48
48
uuid = { version = " 1.3" , features = [" v4" ] }
0 commit comments