@@ -6,7 +6,7 @@ edition = "2021"
66repository = " https://github.com/datafusion-contrib/datafusion-table-providers"
77
88[dependencies ]
9- arrow = " 55"
9+ arrow = { version = " 55" , features = [ " ffi " ] }
1010arrow-array = { version = " 55" , optional = true }
1111arrow-flight = { version = " 55" , optional = true , features = [" flight-sql-experimental" , " tls" ] }
1212arrow-schema = { version = " 55" , optional = true , features = [" serde" ] }
@@ -25,7 +25,7 @@ datafusion-expr = { version = "47", optional = true }
2525datafusion-physical-expr = { version = " 47" , optional = true }
2626datafusion-physical-plan = { version = " 47" , optional = true }
2727datafusion-proto = { version = " 47" , optional = true }
28- duckdb = { version = " 1" , features = [
28+ duckdb = { version = " 1.1.3 " , features = [
2929 " bundled" ,
3030 " r2d2" ,
3131 " vtab" ,
@@ -58,8 +58,7 @@ url = "2.5.1"
5858pem = { version = " 3.0.4" , optional = true }
5959tokio-rusqlite = { version = " 0.5.1" , optional = true }
6060tonic = { version = " 0.12.2" , optional = true }
61- datafusion-federation = " 0.1"
62- datafusion-federation-sql = { git = " https://github.com/spiceai/datafusion-federation.git" , rev = " dc11bd6edec00fb42ea48b8c5256970c8a533aa2" }
61+ datafusion-federation = { version = " 0.4.2" , features = [" sql" ] }
6362itertools = " 0.13.0"
6463dyn-clone = { version = " 1.0.17" , optional = true }
6564geo-types = " 0.7.13"
@@ -103,7 +102,7 @@ sqlite-federation = ["sqlite"]
103102postgres-federation = [" postgres" ]
104103
105104[patch .crates-io ]
106- datafusion-federation = { git = " https://github.com/spiceai/datafusion-federation.git" , rev = " dc11bd6edec00fb42ea48b8c5256970c8a533aa2 " } # spiceai-47
105+ datafusion-federation = { git = " https://github.com/spiceai/datafusion-federation.git" , rev = " 9db74a4b360df6be1bb554c59a474a2fd4bfb7e9 " } # spiceai-47
107106duckdb = { git = " https://github.com/spiceai/duckdb-rs.git" , rev = " 69ae7518ee093a1b070e9e4e6f011ef353431086" } # spiceai-1.1.3-backported-arrow-55
108107
109108datafusion = { git = " https://github.com/spiceai/datafusion.git" , rev = " b5c62f29d2c70c5331ff50015b67b5e1cafcd578" } # spiceai-47
0 commit comments