@@ -6,11 +6,11 @@ edition = "2021"
66repository = " https://github.com/datafusion-contrib/datafusion-table-providers"
77
88[dependencies ]
9- arrow = " 54 "
10- arrow-array = { version = " 54 " , optional = true }
11- arrow-flight = { version = " 54 " , optional = true , features = [" flight-sql-experimental" , " tls" ] }
12- arrow-schema = { version = " 54 " , optional = true , features = [" serde" ] }
13- arrow-json = " 54 "
9+ arrow = " 55 "
10+ arrow-array = { version = " 55 " , optional = true }
11+ arrow-flight = { version = " 55 " , optional = true , features = [" flight-sql-experimental" , " tls" ] }
12+ arrow-schema = { version = " 55 " , optional = true , features = [" serde" ] }
13+ arrow-json = " 55 "
1414async-stream = { version = " 0.3.5" , optional = true }
1515async-trait = " 0.1.80"
1616num-bigint = " 0.4.4"
@@ -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 = " 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 }
23+ datafusion = " 47 "
24+ datafusion-expr = { version = " 47 " , optional = true }
25+ datafusion-physical-expr = { version = " 47 " , optional = true }
26+ datafusion-physical-plan = { version = " 47 " , optional = true }
27+ datafusion-proto = { version = " 47 " , 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 = " a4c752a172904a0c214fc37ab2d62e907eb16c8f " }
62+ datafusion-federation-sql = { git = " https://github.com/spiceai/datafusion-federation.git" , rev = " dc11bd6edec00fb42ea48b8c5256970c8a533aa2 " }
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 = " 46 " }
80+ datafusion-physical-plan = { version = " 47 " }
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 = " a4c752a172904a0c214fc37ab2d62e907eb16c8f " } # spiceai-46
107- duckdb = { git = " https://github.com/spiceai/duckdb-rs.git" , rev = " 2e24b958e44ec7419290249e27a15f1a19703fff " } # spiceai-1.1.3-backported-arrow-54
106+ datafusion-federation = { git = " https://github.com/spiceai/datafusion-federation.git" , rev = " dc11bd6edec00fb42ea48b8c5256970c8a533aa2 " } # spiceai-47
107+ duckdb = { git = " https://github.com/spiceai/duckdb-rs.git" , rev = " 69ae7518ee093a1b070e9e4e6f011ef353431086 " } # spiceai-1.1.3-backported-arrow-55
108108
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
109+ datafusion = { git = " https://github.com/spiceai/datafusion.git" , rev = " b5c62f29d2c70c5331ff50015b67b5e1cafcd578 " } # spiceai-47
110+ datafusion-expr = { git = " https://github.com/spiceai/datafusion.git" , rev = " b5c62f29d2c70c5331ff50015b67b5e1cafcd578 " } # spiceai-47
111+ datafusion-physical-expr = { git = " https://github.com/spiceai/datafusion.git" , rev = " b5c62f29d2c70c5331ff50015b67b5e1cafcd578 " } # spiceai-47
112+ datafusion-physical-plan = { git = " https://github.com/spiceai/datafusion.git" , rev = " b5c62f29d2c70c5331ff50015b67b5e1cafcd578 " } # spiceai-47
113+ datafusion-proto = { git = " https://github.com/spiceai/datafusion.git" , rev = " b5c62f29d2c70c5331ff50015b67b5e1cafcd578 " } # spiceai-47
0 commit comments