Skip to content

Commit

Permalink
use datafusion main
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Jul 4, 2024
1 parent c629076 commit e308b57
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ tokio = { version = "1.37", features = ["full"] }

[patch.crates-io]
# TODO: remove this once we upgrade to DataFusion 40.0
datafusion = { git = "https://github.com/samuelcolvin/datafusion.git", branch = "register_user_defined_sql_planners" }
datafusion-execution = { git = "https://github.com/samuelcolvin/datafusion.git", branch = "register_user_defined_sql_planners" }
datafusion-common = { git = "https://github.com/samuelcolvin/datafusion.git", branch = "register_user_defined_sql_planners" }
datafusion-expr = { git = "https://github.com/samuelcolvin/datafusion.git", branch = "register_user_defined_sql_planners" }
datafusion = { git = "https://github.com/apache/datafusion.git" }
datafusion-execution = { git = "https://github.com/apache/datafusion.git" }
datafusion-common = { git = "https://github.com/apache/datafusion.git" }
datafusion-expr = { git = "https://github.com/apache/datafusion.git" }

[lints.clippy]
dbg_macro = "deny"
Expand Down

0 comments on commit e308b57

Please sign in to comment.