Skip to content

Commit 78c9b2c

Browse files
committed
chore: bump DataFusion deps from v51 to v52
1 parent 5bd72bc commit 78c9b2c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ bytes = "1.10"
6565
chrono = "0.4.41"
6666
clap = { version = "4.5.48", features = ["derive", "cargo"] }
6767
ctor = "0.2.8"
68-
datafusion = "51.0"
69-
datafusion-cli = "51.0"
70-
datafusion-sqllogictest = "51.0"
68+
datafusion = "52.0"
69+
datafusion-cli = "52.0"
70+
datafusion-sqllogictest = "52.0"
7171
derive_builder = "0.20"
7272
dirs = "6"
7373
enum-ordinalize = "4.3.0"

bindings/python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ arrow = { version = "57.0", features = ["pyarrow", "chrono-tz"] }
3535
iceberg = { path = "../../crates/iceberg" }
3636
pyo3 = { version = "0.26", features = ["extension-module", "abi3-py310"] }
3737
iceberg-datafusion = { path = "../../crates/integrations/datafusion" }
38-
datafusion-ffi = { version = "51.0" }
38+
datafusion-ffi = { version = "52.0" }
3939
tokio = { version = "1.46.1", default-features = false }
4040
# Security: disable rkyv feature to avoid RUSTSEC-2026-0001 (rkyv 0.7.45 vulnerability)
4141
rust_decimal = { version = "1.39", default-features = false, features = ["std"] }

0 commit comments

Comments
 (0)