Skip to content

Commit edaca77

Browse files
committed
Upgrade DataFusion to v52.5.0-rc1
1 parent 9b7e0f4 commit edaca77

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@ repository = "https://github.com/datafusion-contrib/datafusion-federation"
1414
arrow-json = "57"
1515
async-stream = "0.3"
1616
async-trait = "0.1"
17-
datafusion = "52.3"
17+
datafusion = "52.5"
1818
datafusion-federation = { path = "./datafusion-federation", version = "0.4.2" }
1919
futures = "0.3"
2020
tokio = { version = "1.41", features = ["full"] }
2121

2222
[patch.crates-io]
2323
duckdb = { git = "https://github.com/spiceai/duckdb-rs.git", rev = "f4096c7592ed46b9e68755a49252d69783dece96" } # spiceai-52
2424

25-
datafusion = { git = "https://github.com/apache/datafusion.git", rev = "28d012a41a3017b5f682ef6b01468a7ff9a48fb7" } # upstream:v52.3.0
26-
datafusion-expr = { git = "https://github.com/apache/datafusion.git", rev = "28d012a41a3017b5f682ef6b01468a7ff9a48fb7" } # upstream:v52.3.0
27-
datafusion-physical-expr = { git = "https://github.com/apache/datafusion.git", rev = "28d012a41a3017b5f682ef6b01468a7ff9a48fb7" } # upstream:v52.3.0
28-
datafusion-physical-plan = { git = "https://github.com/apache/datafusion.git", rev = "28d012a41a3017b5f682ef6b01468a7ff9a48fb7" } # upstream:v52.3.0
25+
datafusion = { git = "https://github.com/apache/datafusion.git", rev = "31d2bd3a7226f1c6d848429b282949c5b8403076" } # upstream:v52.5.0-rc1
26+
datafusion-expr = { git = "https://github.com/apache/datafusion.git", rev = "31d2bd3a7226f1c6d848429b282949c5b8403076" } # upstream:v52.5.0-rc1
27+
datafusion-physical-expr = { git = "https://github.com/apache/datafusion.git", rev = "31d2bd3a7226f1c6d848429b282949c5b8403076" } # upstream:v52.5.0-rc1
28+
datafusion-physical-plan = { git = "https://github.com/apache/datafusion.git", rev = "31d2bd3a7226f1c6d848429b282949c5b8403076" } # upstream:v52.5.0-rc1
2929

3030
arrow = { git = "https://github.com/spiceai/arrow-rs.git", rev = "ca671dd37d73b730938f77f7a7ad76545280a4a8" } # spiceai-57.2-patches
3131
arrow-array = { git = "https://github.com/spiceai/arrow-rs.git", rev = "ca671dd37d73b730938f77f7a7ad76545280a4a8" } # spiceai-57.2-patches

0 commit comments

Comments
 (0)