Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Temp patch to new sqlparser
Browse files Browse the repository at this point in the history
alamb committed Nov 30, 2024
1 parent 68c92c0 commit e4bbffa
Showing 2 changed files with 107 additions and 86 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -175,3 +175,7 @@ large_futures = "warn"
[workspace.lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ["cfg(tarpaulin)"] }
unused_qualifications = "deny"

## Temp patch for sqlparser
[patch.crates-io]
sqlparser = { git = "https://github.com/apache/datafusion-sqlparser-rs.git", rev = "4ab3ab91473d152c652e6582b63abb13535703f9" }
189 changes: 103 additions & 86 deletions datafusion-cli/Cargo.lock

0 comments on commit e4bbffa

Please sign in to comment.