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: update to newer sqlparser
Browse files Browse the repository at this point in the history
alamb committed Nov 29, 2024
1 parent 0a498c2 commit 76f8c0a
Showing 2 changed files with 85 additions and 63 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -177,5 +177,5 @@ unexpected_cfgs = { level = "warn", check-cfg = ["cfg(tarpaulin)"] }
unused_qualifications = "deny"

[patch.crates-io]
# test https://github.com/apache/datafusion-sqlparser-rs/pull/1435
sqlparser = { git = "https://github.com/apache/datafusion-sqlparser-rs.git", rev = "23c4922ec1a93d332925a8ca4edd257acebf70d6" }
# https://github.com/apache/datafusion-sqlparser-rs/pull/1571
sqlparser = { git = "https://github.com/apache/datafusion-sqlparser-rs.git", rev = "5c966dc9a26b1ca11a4fc869e1251205b05e1b8c" }
144 changes: 83 additions & 61 deletions datafusion-cli/Cargo.lock

0 comments on commit 76f8c0a

Please sign in to comment.