File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,18 +14,18 @@ repository = "https://github.com/datafusion-contrib/datafusion-federation"
1414arrow-json = " 57"
1515async-stream = " 0.3"
1616async-trait = " 0.1"
17- datafusion = " 52.3 "
17+ datafusion = " 52"
1818datafusion-federation = { path = " ./datafusion-federation" , version = " 0.4.2" }
1919futures = " 0.3"
2020tokio = { version = " 1.41" , features = [" full" ] }
2121
2222[patch .crates-io ]
2323duckdb = { git = " https://github.com/spiceai/duckdb-rs.git" , rev = " f4096c7592ed46b9e68755a49252d69783dece96" } # spiceai-52
2424
25- datafusion = { git = " https://github.com/apache/datafusion.git" , rev = " 28d012a41a3017b5f682ef6b01468a7ff9a48fb7 " } # upstream:v52.3.0
26- datafusion-expr = { git = " https://github.com/apache/datafusion.git" , rev = " 28d012a41a3017b5f682ef6b01468a7ff9a48fb7 " } # upstream:v52.3.0
27- datafusion-physical-expr = { git = " https://github.com/apache/datafusion.git" , rev = " 28d012a41a3017b5f682ef6b01468a7ff9a48fb7 " } # upstream:v52.3.0
28- datafusion-physical-plan = { git = " https://github.com/apache/datafusion.git" , rev = " 28d012a41a3017b5f682ef6b01468a7ff9a48fb7 " } # upstream:v52.3.0
25+ datafusion = { git = " https://github.com/apache/datafusion.git" , rev = " 31d2bd3a7226f1c6d848429b282949c5b8403076 " } # upstream:v52.5.0-rc1
26+ datafusion-expr = { git = " https://github.com/apache/datafusion.git" , rev = " 31d2bd3a7226f1c6d848429b282949c5b8403076 " } # upstream:v52.5.0-rc1
27+ datafusion-physical-expr = { git = " https://github.com/apache/datafusion.git" , rev = " 31d2bd3a7226f1c6d848429b282949c5b8403076 " } # upstream:v52.5.0-rc1
28+ datafusion-physical-plan = { git = " https://github.com/apache/datafusion.git" , rev = " 31d2bd3a7226f1c6d848429b282949c5b8403076 " } # upstream:v52.5.0-rc1
2929
3030arrow = { git = " https://github.com/spiceai/arrow-rs.git" , rev = " ca671dd37d73b730938f77f7a7ad76545280a4a8" } # spiceai-57.2-patches
3131arrow-array = { git = " https://github.com/spiceai/arrow-rs.git" , rev = " ca671dd37d73b730938f77f7a7ad76545280a4a8" } # spiceai-57.2-patches
You can’t perform that action at this time.
0 commit comments