Skip to content

Commit 217514f

Browse files
committed
Update datafusion to point to release version
1 parent b80cdf5 commit 217514f

File tree

4 files changed

+140
-85
lines changed

4 files changed

+140
-85
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,10 @@ 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" }
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" }
60+
datafusion = { version = "52", features = ["avro", "unicode_expressions"] }
61+
datafusion-substrait = { version = "52", optional = true }
62+
datafusion-proto = { version = "52" }
63+
datafusion-ffi = { version = "52" }
6864
prost = "0.14.1" # keep in line with `datafusion-substrait`
6965
uuid = { version = "1.18", features = ["v4"] }
7066
mimalloc = { version = "0.1", optional = true, default-features = false, features = [

0 commit comments

Comments
 (0)