Skip to content

Commit 56c7012

Browse files
patch datafusion deps
1 parent cdec202 commit 56c7012

File tree

2 files changed

+58
-61
lines changed

2 files changed

+58
-61
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ futures = "0.3"
4848
object_store = { version = "0.11.0", features = ["aws", "gcp", "azure", "http"] }
4949
url = "2"
5050

51+
[patch.crates-io]
52+
datafusion = { git = "https://github.com/apache/datafusion.git", branch = "main" }
53+
datafusion-substrait = { git = "https://github.com/apache/datafusion.git", branch = "main" }
54+
datafusion-proto = { git = "https://github.com/apache/datafusion.git", branch = "main" }
55+
56+
5157
[build-dependencies]
5258
prost-types = "0.13" # keep in line with `datafusion-substrait`
5359
pyo3-build-config = "0.22"
@@ -58,4 +64,4 @@ crate-type = ["cdylib", "rlib"]
5864

5965
[profile.release]
6066
lto = true
61-
codegen-units = 1
67+
codegen-units = 1

0 commit comments

Comments
 (0)