Skip to content

Commit

Permalink
Update sqlparser requirement from 0.51.0 to 0.52.0 (#13373)
Browse files Browse the repository at this point in the history
* Update sqlparser requirement from 0.51.0 to 0.52.0

Updates the requirements on [sqlparser](https://github.com/apache/datafusion-sqlparser-rs) to permit the latest version.
- [Changelog](https://github.com/apache/datafusion-sqlparser-rs/blob/main/CHANGELOG.md)
- [Commits](apache/datafusion-sqlparser-rs@v0.51.0...v0.51.0)

---
updated-dependencies:
- dependency-name: sqlparser
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update for API changes

* Update for better error messages

* fix comment

* cleanups

* Update datafusion-cli cargo.locl

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrew Lamb <[email protected]>
  • Loading branch information
dependabot[bot] and alamb authored Nov 14, 2024
1 parent 37018a9 commit 000288c
Show file tree
Hide file tree
Showing 10 changed files with 123 additions and 66 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ recursive = "0.1.1"
regex = "1.8"
rstest = "0.23.0"
serde_json = "1"
sqlparser = { version = "0.51.0", features = ["visitor"] }
sqlparser = { version = "0.52.0", features = ["visitor"] }
tempfile = "3"
tokio = { version = "1.36", features = ["macros", "rt", "sync"] }
url = "2.2"
Expand Down
Loading

0 comments on commit 000288c

Please sign in to comment.