@@ -45,16 +45,16 @@ object_store = { version = "0.11.2" , features = ["cloud"]}
4545parquet = { version = " 53" }
4646
4747# datafusion
48- datafusion = { version = " 44 " }
49- datafusion-expr = { version = " 44 " }
50- datafusion-common = { version = " 44 " }
51- datafusion-ffi = { version = " 44 " }
52- datafusion-functions = { version = " 44 " }
53- datafusion-functions-aggregate = { version = " 44 " }
54- datafusion-physical-expr = { version = " 44 " }
55- datafusion-physical-plan = { version = " 44 " }
56- datafusion-proto = { version = " 44 " }
57- datafusion-sql = { version = " 44 " }
48+ datafusion = { git = " https://github.com/apache/arrow-datafusion.git " , branch = " branch-45 " }
49+ datafusion-expr = { git = " https://github.com/apache/arrow-datafusion.git " , branch = " branch-45 " }
50+ datafusion-common = { git = " https://github.com/apache/arrow-datafusion.git " , branch = " branch-45 " }
51+ datafusion-ffi = { git = " https://github.com/apache/arrow-datafusion.git " , branch = " branch-45 " }
52+ datafusion-functions = { git = " https://github.com/apache/arrow-datafusion.git " , branch = " branch-45 " }
53+ datafusion-functions-aggregate = { git = " https://github.com/apache/arrow-datafusion.git " , branch = " branch-45 " }
54+ datafusion-physical-expr = { git = " https://github.com/apache/arrow-datafusion.git " , branch = " branch-45 " }
55+ datafusion-physical-plan = { git = " https://github.com/apache/arrow-datafusion.git " , branch = " branch-45 " }
56+ datafusion-proto = { git = " https://github.com/apache/arrow-datafusion.git " , branch = " branch-45 " }
57+ datafusion-sql = { git = " https://github.com/apache/arrow-datafusion.git " , branch = " branch-45 " }
5858
5959# serde
6060serde = { version = " 1.0.194" , features = [" derive" ] }
0 commit comments