Skip to content

Commit

Permalink
patch datafusion deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-J-Ward committed Oct 10, 2024
1 parent cdec202 commit 56c7012
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 61 deletions.
111 changes: 51 additions & 60 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ futures = "0.3"
object_store = { version = "0.11.0", features = ["aws", "gcp", "azure", "http"] }
url = "2"

[patch.crates-io]
datafusion = { git = "https://github.com/apache/datafusion.git", branch = "main" }
datafusion-substrait = { git = "https://github.com/apache/datafusion.git", branch = "main" }
datafusion-proto = { git = "https://github.com/apache/datafusion.git", branch = "main" }


[build-dependencies]
prost-types = "0.13" # keep in line with `datafusion-substrait`
pyo3-build-config = "0.22"
Expand All @@ -58,4 +64,4 @@ crate-type = ["cdylib", "rlib"]

[profile.release]
lto = true
codegen-units = 1
codegen-units = 1

0 comments on commit 56c7012

Please sign in to comment.