@@ -57,7 +57,7 @@ pem = { version = "3.0.4", optional = true }
5757tokio-rusqlite = { version = " 0.5.1" , optional = true }
5858tonic = { version = " 0.12.2" , optional = true }
5959datafusion-federation = " 0.1"
60- datafusion-federation-sql = { git = " https://github.com/spiceai/datafusion-federation.git" , rev = " 0aabd423ef8aea0ae05479331d1486e9ef8f8061 " }
60+ datafusion-federation-sql = { git = " https://github.com/spiceai/datafusion-federation.git" , rev = " 914bd0836baa6990c5d03f977e5e87fe5eeaf4d6 " }
6161itertools = " 0.13.0"
6262dyn-clone = { version = " 1.0.17" , optional = true }
6363geo-types = " 0.7.13"
@@ -100,5 +100,11 @@ sqlite-federation = ["sqlite"]
100100postgres-federation = [" postgres" ]
101101
102102[patch .crates-io ]
103- datafusion-federation = { git = " https://github.com/spiceai/datafusion-federation.git" , rev = " 0aabd423ef8aea0ae05479331d1486e9ef8f8061" }
104- duckdb = { git = " https://github.com/spiceai/duckdb-rs.git" , rev = " 5b98603705a381ceeb5cc371e4f606b7332b57ce" }
103+ datafusion-federation = { git = " https://github.com/spiceai/datafusion-federation.git" , rev = " 914bd0836baa6990c5d03f977e5e87fe5eeaf4d6" }
104+ duckdb = { git = " https://github.com/spiceai/duckdb-rs.git" , rev = " 5b98603705a381ceeb5cc371e4f606b7332b57ce" }
105+
106+ datafusion = { git = " https://github.com/spiceai/datafusion.git" , rev = " 06969ee5af853f0c071a98683dc2b9fde71b81a9" }
107+ datafusion-expr = { git = " https://github.com/spiceai/datafusion.git" , rev = " 06969ee5af853f0c071a98683dc2b9fde71b81a9" }
108+ datafusion-physical-expr = { git = " https://github.com/spiceai/datafusion.git" , rev = " 06969ee5af853f0c071a98683dc2b9fde71b81a9" }
109+ datafusion-physical-plan = { git = " https://github.com/spiceai/datafusion.git" , rev = " 06969ee5af853f0c071a98683dc2b9fde71b81a9" }
110+ datafusion-proto = { git = " https://github.com/spiceai/datafusion.git" , rev = " 06969ee5af853f0c071a98683dc2b9fde71b81a9" }
0 commit comments