@@ -4,7 +4,7 @@ resolver = "2"
44members = [" datafusion-federation" , " integration-test" ]
55
66[workspace .package ]
7- version = " 0.5.1 "
7+ version = " 0.4.2 "
88edition = " 2021"
99license = " Apache-2.0"
1010readme = " README.md"
@@ -15,22 +15,29 @@ arrow-json = "57"
1515async-stream = " 0.3"
1616async-trait = " 0.1"
1717datafusion = " 52.3"
18- datafusion-federation = { path = " ./datafusion-federation" , version = " 0.5.1 " }
18+ datafusion-federation = { path = " ./datafusion-federation" , version = " 0.4.2 " }
1919futures = " 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
2525datafusion = { git = " https://github.com/apache/datafusion.git" , rev = " 28d012a41a3017b5f682ef6b01468a7ff9a48fb7" } # upstream:v52.3.0
2626datafusion-expr = { git = " https://github.com/apache/datafusion.git" , rev = " 28d012a41a3017b5f682ef6b01468a7ff9a48fb7" } # upstream:v52.3.0
2727datafusion-physical-expr = { git = " https://github.com/apache/datafusion.git" , rev = " 28d012a41a3017b5f682ef6b01468a7ff9a48fb7" } # upstream:v52.3.0
2828datafusion-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