Skip to content

Commit 1cd8bcb

Browse files
committed
temp: patch sqlparser version
1 parent 5ab8a76 commit 1cd8bcb

File tree

3 files changed

+17
-10
lines changed

3 files changed

+17
-10
lines changed

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,3 +177,8 @@ large_futures = "warn"
177177
[workspace.lints.rust]
178178
unexpected_cfgs = { level = "warn", check-cfg = ["cfg(tarpaulin)"] }
179179
unused_qualifications = "deny"
180+
181+
182+
## Temp patch for sqlparser
183+
[patch.crates-io]
184+
sqlparser = { git = "https://github.com/apache/datafusion-sqlparser-rs.git", rev = "5de5312406fae3f69b92b12dd63c68d7fce3ed74" }

datafusion-cli/Cargo.lock

Lines changed: 8 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

datafusion-cli/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,7 @@ assert_cmd = "2.0"
6767
ctor = "0.2.0"
6868
predicates = "3.0"
6969
rstest = "0.22"
70+
71+
## Temp patch for sqlparser
72+
[patch.crates-io]
73+
sqlparser = { git = "https://github.com/apache/datafusion-sqlparser-rs.git", rev = "5de5312406fae3f69b92b12dd63c68d7fce3ed74" }

0 commit comments

Comments
 (0)