Skip to content

Commit

Permalink
point datafusion to main repo
Browse files Browse the repository at this point in the history
  • Loading branch information
emgeee committed Aug 20, 2024
1 parent c452987 commit dd4c858
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
38 changes: 19 additions & 19 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ description = "Embeddable stream processing engine"

[workspace.dependencies]
denormalized = { path = "crates/core" }
datafusion = "41.0.0"
datafusion = { git = "https://github.com/apache/datafusion", branch = "main" }

arrow = { version = "52.0.0", features = ["prettyprint"] }
arrow-array = { version = "52.0.0", default-features = false, features = [
Expand Down Expand Up @@ -55,4 +55,4 @@ chrono = { version = "0.4.38", default-features = false }
itertools = "0.13"

[patch.crates-io]
datafusion = { git = "https://github.com/probably-nothing-labs/arrow-datafusion", branch = "main" }
# datafusion = { git = "https://github.com/probably-nothing-labs/arrow-datafusion", branch = "main" }

0 comments on commit dd4c858

Please sign in to comment.