@@ -12,25 +12,32 @@ repository = "https://github.com/datafusion-contrib/datafusion-federation"
1212
1313[workspace .dependencies ]
1414arrow-json = " 57"
15- async-stream = " 0.3.5 "
16- async-trait = " 0.1.83 "
17- datafusion = " 52"
15+ async-stream = " 0.3"
16+ async-trait = " 0.1"
17+ datafusion = " 52.3 "
1818datafusion-federation = { path = " ./datafusion-federation" , version = " 0.4.2" }
19- futures = " 0.3.31 "
19+ futures = " 0.3"
2020tokio = { version = " 1.41" , features = [" full" ] }
2121
2222[patch .crates-io ]
23- duckdb = { git = " https://github.com/spiceai/duckdb-rs.git" , rev = " 2b2d90826ccba84435174e10c551dbdf3dae41f3 " } # spiceai-57
23+ duckdb = { git = " https://github.com/spiceai/duckdb-rs.git" , rev = " f4096c7592ed46b9e68755a49252d69783dece96 " } # spiceai-52
2424
25- datafusion = { git = " https://github.com/apache/datafusion.git" , rev = " bc043c3a5fe448fc5735d9fa173b69ac95a7e11c " } # upstream:v52
26- datafusion-expr = { git = " https://github.com/apache/datafusion.git" , rev = " bc043c3a5fe448fc5735d9fa173b69ac95a7e11c " } # upstream:v52
27- datafusion-physical-expr = { git = " https://github.com/apache/datafusion.git" , rev = " bc043c3a5fe448fc5735d9fa173b69ac95a7e11c " } # upstream:v52
28- datafusion-physical-plan = { git = " https://github.com/apache/datafusion.git" , rev = " bc043c3a5fe448fc5735d9fa173b69ac95a7e11c " } # upstream:v52
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
2929
30- arrow = { git = " https://github.com/spiceai/arrow-rs.git" , rev = " 122357d9232caa9d512e4dc58176c9152f19595b" } # spiceai-57
31- arrow-buffer = { git = " https://github.com/spiceai/arrow-rs.git" , rev = " 122357d9232caa9d512e4dc58176c9152f19595b" } # spiceai-57
32- arrow-json = { git = " https://github.com/spiceai/arrow-rs.git" , rev = " 122357d9232caa9d512e4dc58176c9152f19595b" } # spiceai-57
33- arrow-ipc = { git = " https://github.com/spiceai/arrow-rs.git" , rev = " 122357d9232caa9d512e4dc58176c9152f19595b" } # spiceai-57
34- arrow-ord = { git = " https://github.com/spiceai/arrow-rs.git" , rev = " 122357d9232caa9d512e4dc58176c9152f19595b" } # spiceai-57
35- arrow-schema = { git = " https://github.com/spiceai/arrow-rs.git" , rev = " 122357d9232caa9d512e4dc58176c9152f19595b" } # spiceai-57
36- parquet = { git = " https://github.com/spiceai/arrow-rs.git" , rev = " 122357d9232caa9d512e4dc58176c9152f19595b" } # spiceai-57
30+ arrow = { git = " https://github.com/spiceai/arrow-rs.git" , rev = " ca671dd37d73b730938f77f7a7ad76545280a4a8" } # spiceai-57.2-patches
31+ arrow-array = { git = " https://github.com/spiceai/arrow-rs.git" , rev = " ca671dd37d73b730938f77f7a7ad76545280a4a8" } # spiceai-57.2-patches
32+ arrow-buffer = { git = " https://github.com/spiceai/arrow-rs.git" , rev = " ca671dd37d73b730938f77f7a7ad76545280a4a8" } # spiceai-57.2-patches
33+ arrow-cast = { git = " https://github.com/spiceai/arrow-rs.git" , rev = " ca671dd37d73b730938f77f7a7ad76545280a4a8" } # spiceai-57.2-patches
34+ arrow-data = { git = " https://github.com/spiceai/arrow-rs.git" , rev = " ca671dd37d73b730938f77f7a7ad76545280a4a8" } # spiceai-57.2-patches
35+ arrow-flight = { git = " https://github.com/spiceai/arrow-rs.git" , rev = " ca671dd37d73b730938f77f7a7ad76545280a4a8" } # spiceai-57.2-patches
36+ arrow-ipc = { git = " https://github.com/spiceai/arrow-rs.git" , rev = " ca671dd37d73b730938f77f7a7ad76545280a4a8" } # spiceai-57.2-patches
37+ arrow-json = { git = " https://github.com/spiceai/arrow-rs.git" , rev = " ca671dd37d73b730938f77f7a7ad76545280a4a8" } # spiceai-57.2-patches
38+ arrow-ord = { git = " https://github.com/spiceai/arrow-rs.git" , rev = " ca671dd37d73b730938f77f7a7ad76545280a4a8" } # spiceai-57.2-patches
39+ arrow-row = { git = " https://github.com/spiceai/arrow-rs.git" , rev = " ca671dd37d73b730938f77f7a7ad76545280a4a8" } # spiceai-57.2-patches
40+ arrow-schema = { git = " https://github.com/spiceai/arrow-rs.git" , rev = " ca671dd37d73b730938f77f7a7ad76545280a4a8" } # spiceai-57.2-patches
41+ arrow-select = { git = " https://github.com/spiceai/arrow-rs.git" , rev = " ca671dd37d73b730938f77f7a7ad76545280a4a8" } # spiceai-57.2-patches
42+ arrow-string = { git = " https://github.com/spiceai/arrow-rs.git" , rev = " ca671dd37d73b730938f77f7a7ad76545280a4a8" } # spiceai-57.2-patches
43+ parquet = { git = " https://github.com/spiceai/arrow-rs.git" , rev = " ca671dd37d73b730938f77f7a7ad76545280a4a8" } # spiceai-57.2-patches
0 commit comments