@@ -6,11 +6,11 @@ edition = "2021"
66repository = " https://github.com/datafusion-contrib/datafusion-table-providers"
77
88[dependencies ]
9- arrow = " 53 "
10- arrow-array = { version = " 53 " , optional = true }
11- arrow-flight = { version = " 53 " , optional = true , features = [" flight-sql-experimental" , " tls" ] }
12- arrow-schema = { version = " 53 " , optional = true , features = [" serde" ] }
13- arrow-json = " 53 "
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 "
1414async-stream = { version = " 0.3.5" , optional = true }
1515async-trait = " 0.1.80"
1616num-bigint = " 0.4.4"
@@ -21,11 +21,11 @@ bigdecimal = "0.4.5"
2121byteorder = " 1.5.0"
2222# pending next arrow-rs release which resolves chrono's quarter() conflict https://github.com/apache/arrow-rs/commit/2fddf85afcd20110ce783ed5b4cdeb82293da30b
2323chrono = " =0.4.39"
24- datafusion = " 43 "
25- datafusion-expr = { version = " 43 " , optional = true }
26- datafusion-physical-expr = { version = " 43 " , optional = true }
27- datafusion-physical-plan = { version = " 43 " , optional = true }
28- datafusion-proto = { version = " 43 " , optional = true }
24+ datafusion = " 45 "
25+ datafusion-expr = { version = " 45 " , optional = true }
26+ datafusion-physical-expr = { version = " 45 " , optional = true }
27+ datafusion-physical-plan = { version = " 45 " , optional = true }
28+ datafusion-proto = { version = " 45 " , optional = true }
2929duckdb = { version = " 1" , features = [
3030 " bundled" ,
3131 " r2d2" ,
@@ -60,7 +60,7 @@ pem = { version = "3.0.4", optional = true }
6060tokio-rusqlite = { version = " 0.5.1" , optional = true }
6161tonic = { version = " 0.12.2" , optional = true }
6262datafusion-federation = " 0.1"
63- datafusion-federation-sql = { git = " https://github.com/spiceai/datafusion-federation.git" , rev = " 8b373f95e3fa0eaa4f13b93435275acc4096bf2f " }
63+ datafusion-federation-sql = { git = " https://github.com/spiceai/datafusion-federation.git" , rev = " 1c814422cfbdeb7f7bd2399e3369656710413aa8 " }
6464itertools = " 0.13.0"
6565dyn-clone = { version = " 1.0.17" , optional = true }
6666geo-types = " 0.7.13"
@@ -78,7 +78,7 @@ rstest = "0.22.0"
7878geozero = { version = " 0.13.0" , features = [" with-wkb" ] }
7979tokio-stream = { version = " 0.1.15" , features = [" net" ] }
8080insta = { version = " 1.40.0" , features = [" filters" ] }
81- datafusion-physical-plan = { version = " 43 " }
81+ datafusion-physical-plan = { version = " 45 " }
8282tempfile = " 3.8.1"
8383
8484[features ]
@@ -104,11 +104,11 @@ sqlite-federation = ["sqlite"]
104104postgres-federation = [" postgres" ]
105105
106106[patch .crates-io ]
107- datafusion-federation = { git = " https://github.com/spiceai/datafusion-federation.git" , rev = " 8b373f95e3fa0eaa4f13b93435275acc4096bf2f " }
108- duckdb = { git = " https://github.com/spiceai/duckdb-rs.git" , rev = " bf6d04933ad9d69108567418303b60aa227d93cc " } # spiceai-1.1.3-backported
107+ datafusion-federation = { git = " https://github.com/spiceai/datafusion-federation.git" , rev = " 1c814422cfbdeb7f7bd2399e3369656710413aa8 " } # spiceai-45
108+ duckdb = { git = " https://github.com/spiceai/duckdb-rs.git" , rev = " 2e24b958e44ec7419290249e27a15f1a19703fff " } # spiceai-1.1.3-backported-arrow-54
109109
110- datafusion = { git = " https://github.com/spiceai/datafusion.git" , rev = " 37f0f144650db9e07a09c02fdbb69179438316be " }
111- datafusion-expr = { git = " https://github.com/spiceai/datafusion.git" , rev = " 37f0f144650db9e07a09c02fdbb69179438316be " }
112- datafusion-physical-expr = { git = " https://github.com/spiceai/datafusion.git" , rev = " 37f0f144650db9e07a09c02fdbb69179438316be " }
113- datafusion-physical-plan = { git = " https://github.com/spiceai/datafusion.git" , rev = " 37f0f144650db9e07a09c02fdbb69179438316be " }
114- datafusion-proto = { git = " https://github.com/spiceai/datafusion.git" , rev = " 37f0f144650db9e07a09c02fdbb69179438316be " }
110+ datafusion = { git = " https://github.com/spiceai/datafusion.git" , rev = " e0e423e9e29a711d076892865d51747b06429d1b " } # spiceai-45
111+ datafusion-expr = { git = " https://github.com/spiceai/datafusion.git" , rev = " e0e423e9e29a711d076892865d51747b06429d1b " } # spiceai-45
112+ datafusion-physical-expr = { git = " https://github.com/spiceai/datafusion.git" , rev = " e0e423e9e29a711d076892865d51747b06429d1b " } # spiceai-45
113+ datafusion-physical-plan = { git = " https://github.com/spiceai/datafusion.git" , rev = " e0e423e9e29a711d076892865d51747b06429d1b " } # spiceai-45
114+ datafusion-proto = { git = " https://github.com/spiceai/datafusion.git" , rev = " e0e423e9e29a711d076892865d51747b06429d1b " } # spiceai-45
0 commit comments