@@ -20,11 +20,11 @@ byte-unit = { version = "5.1.4", optional = true }
2020bigdecimal = " 0.4.5"
2121byteorder = " 1.5.0"
2222chrono = " 0.4"
23- datafusion = " 45 "
24- datafusion-expr = { version = " 45 " , optional = true }
25- datafusion-physical-expr = { version = " 45 " , optional = true }
26- datafusion-physical-plan = { version = " 45 " , optional = true }
27- datafusion-proto = { version = " 45 " , optional = true }
23+ datafusion = " 46 "
24+ datafusion-expr = { version = " 46 " , optional = true }
25+ datafusion-physical-expr = { version = " 46 " , optional = true }
26+ datafusion-physical-plan = { version = " 46 " , optional = true }
27+ datafusion-proto = { version = " 46 " , optional = true }
2828duckdb = { version = " 1" , features = [
2929 " bundled" ,
3030 " r2d2" ,
@@ -59,7 +59,7 @@ pem = { version = "3.0.4", optional = true }
5959tokio-rusqlite = { version = " 0.5.1" , optional = true }
6060tonic = { version = " 0.12.2" , optional = true }
6161datafusion-federation = " 0.1"
62- datafusion-federation-sql = { git = " https://github.com/spiceai/datafusion-federation.git" , rev = " 1c814422cfbdeb7f7bd2399e3369656710413aa8 " }
62+ datafusion-federation-sql = { git = " https://github.com/spiceai/datafusion-federation.git" , rev = " a4c752a172904a0c214fc37ab2d62e907eb16c8f " }
6363itertools = " 0.13.0"
6464dyn-clone = { version = " 1.0.17" , optional = true }
6565geo-types = " 0.7.13"
@@ -77,7 +77,7 @@ rstest = "0.22.0"
7777geozero = { version = " 0.13.0" , features = [" with-wkb" ] }
7878tokio-stream = { version = " 0.1.15" , features = [" net" ] }
7979insta = { version = " 1.40.0" , features = [" filters" ] }
80- datafusion-physical-plan = { version = " 45 " }
80+ datafusion-physical-plan = { version = " 46 " }
8181tempfile = " 3.8.1"
8282
8383[features ]
@@ -103,11 +103,11 @@ sqlite-federation = ["sqlite"]
103103postgres-federation = [" postgres" ]
104104
105105[patch .crates-io ]
106- datafusion-federation = { git = " https://github.com/spiceai/datafusion-federation.git" , rev = " 1c814422cfbdeb7f7bd2399e3369656710413aa8 " } # spiceai-45
106+ datafusion-federation = { git = " https://github.com/spiceai/datafusion-federation.git" , rev = " a4c752a172904a0c214fc37ab2d62e907eb16c8f " } # spiceai-46
107107duckdb = { git = " https://github.com/spiceai/duckdb-rs.git" , rev = " 2e24b958e44ec7419290249e27a15f1a19703fff" } # spiceai-1.1.3-backported-arrow-54
108108
109- datafusion = { git = " https://github.com/spiceai/datafusion.git" , rev = " e0e423e9e29a711d076892865d51747b06429d1b " } # spiceai-45
110- datafusion-expr = { git = " https://github.com/spiceai/datafusion.git" , rev = " e0e423e9e29a711d076892865d51747b06429d1b " } # spiceai-45
111- datafusion-physical-expr = { git = " https://github.com/spiceai/datafusion.git" , rev = " e0e423e9e29a711d076892865d51747b06429d1b " } # spiceai-45
112- datafusion-physical-plan = { git = " https://github.com/spiceai/datafusion.git" , rev = " e0e423e9e29a711d076892865d51747b06429d1b " } # spiceai-45
113- datafusion-proto = { git = " https://github.com/spiceai/datafusion.git" , rev = " e0e423e9e29a711d076892865d51747b06429d1b " } # spiceai-45
109+ datafusion = { git = " https://github.com/spiceai/datafusion.git" , rev = " 987d143985657065c8fc4d3d347a2010fbf36fe4 " } # spiceai-46
110+ datafusion-expr = { git = " https://github.com/spiceai/datafusion.git" , rev = " 987d143985657065c8fc4d3d347a2010fbf36fe4 " } # spiceai-46
111+ datafusion-physical-expr = { git = " https://github.com/spiceai/datafusion.git" , rev = " 987d143985657065c8fc4d3d347a2010fbf36fe4 " } # spiceai-46
112+ datafusion-physical-plan = { git = " https://github.com/spiceai/datafusion.git" , rev = " 987d143985657065c8fc4d3d347a2010fbf36fe4 " } # spiceai-46
113+ datafusion-proto = { git = " https://github.com/spiceai/datafusion.git" , rev = " 987d143985657065c8fc4d3d347a2010fbf36fe4 " } # spiceai-46
0 commit comments