Skip to content

Commit 79d71eb

Browse files
committed
Prepare for DF52 release
1 parent a922967 commit 79d71eb

29 files changed

+959
-1496
lines changed

Cargo.lock

Lines changed: 145 additions & 264 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,14 @@ pyo3-async-runtimes = { version = "0.26", features = ["tokio-runtime"] }
5757
pyo3-log = "0.13.2"
5858
arrow = { version = "57", features = ["pyarrow"] }
5959
arrow-select = { version = "57" }
60-
datafusion = { version = "51", features = ["avro", "unicode_expressions"] }
61-
datafusion-substrait = { version = "51", optional = true }
62-
datafusion-proto = { version = "51" }
63-
datafusion-ffi = { version = "51" }
60+
#datafusion = { version = "51", features = ["avro", "unicode_expressions"] }
61+
#datafusion-substrait = { version = "51", optional = true }
62+
#datafusion-proto = { version = "51" }
63+
#datafusion-ffi = { version = "51" }
64+
datafusion = { git = "https://github.com/apache/datafusion.git", rev = "bc043c3a5fe448fc5735d9fa173b69ac95a7e11c", features = ["avro", "unicode_expressions"] }
65+
datafusion-substrait = { git = "https://github.com/apache/datafusion.git", rev = "bc043c3a5fe448fc5735d9fa173b69ac95a7e11c", optional = true }
66+
datafusion-proto = { git = "https://github.com/apache/datafusion.git", rev = "bc043c3a5fe448fc5735d9fa173b69ac95a7e11c" }
67+
datafusion-ffi = { git = "https://github.com/apache/datafusion.git", rev = "bc043c3a5fe448fc5735d9fa173b69ac95a7e11c" }
6468
prost = "0.14.1" # keep in line with `datafusion-substrait`
6569
uuid = { version = "1.18", features = ["v4"] }
6670
mimalloc = { version = "0.1", optional = true, default-features = false, features = [

0 commit comments

Comments
 (0)