dependabot[bot] opened a new pull request, #814: URL: https://github.com/apache/datafusion-python/pull/814
Bumps [sqlparser](https://github.com/sqlparser-rs/sqlparser-rs) from 0.47.0 to 0.50.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sqlparser-rs/sqlparser-rs/blob/main/CHANGELOG.md">sqlparser's changelog</a>.</em></p> <blockquote> <h2>[0.50.0] 2024-08-15</h2> <p>Again, huge props to <a href="https://github.com/iffyio"><code>@iffyio</code></a> <a href="https://github.com/jmhain"><code>@jmhain</code></a> and <a href="https://github.com/lovasoa"><code>@lovasoa</code></a> for their help reviewing and merging PRs 🙏. Without them this project would not be possible.</p> <p>Reminder: are in the process of moving sqlparser to governed as part of the Apache DataFusion project: <a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1294">sqlparser-rs/sqlparser-rs#1294</a></p> <h1>Fixed</h1> <ul> <li>Clippy 1.80 warnings (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1357">#1357</a>) - Thanks <a href="https://github.com/lovasoa"><code>@lovasoa</code></a></li> </ul> <h1>Added</h1> <ul> <li>Support <code>STRUCT</code> and list of structs for DuckDB dialect (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1372">#1372</a>) - Thanks <a href="https://github.com/jayzhan211"><code>@jayzhan211</code></a></li> <li>Support custom lexical precedence in PostgreSQL dialect (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1379">#1379</a>) - Thanks <a href="https://github.com/samuelcolvin"><code>@samuelcolvin</code></a></li> <li>Support <code>FREEZE|UNFREEZE PARTITION</code> syntax for ClickHouse (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1380">#1380</a>) - Thanks <a href="https://github.com/git-hulk"><code>@git-hulk</code></a></li> <li>Support scale in <code>CEIL</code> and <code>FLOOR</code> functions (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1377">#1377</a>) - Thanks <a href="https://github.com/seve-martinez"><code>@seve-martinez</code></a></li> <li>Support <code>CREATE TRIGGER</code> and <code>DROP TRIGGER</code> statements (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1352">#1352</a>) - Thanks <a href="https://github.com/LucaCappelletti94"><code>@LucaCappelletti94</code></a></li> <li>Support <code>EXTRACT</code> syntax for snowflake (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1374">#1374</a>) - Thanks <a href="https://github.com/seve-martinez"><code>@seve-martinez</code></a></li> <li>Support <code>ATTACH</code> / <code>DETACH PARTITION</code> for ClickHouse (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1362">#1362</a>) - Thanks <a href="https://github.com/git-hulk"><code>@git-hulk</code></a></li> <li>Support Dialect level precedence, update Postgres Dialect to match Postgres (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1360">#1360</a>) - Thanks <a href="https://github.com/samuelcolvin"><code>@samuelcolvin</code></a></li> <li>Support parsing empty map literal syntax for DuckDB and Generic dialects (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1361">#1361</a>) - Thanks <a href="https://github.com/goldmedal"><code>@goldmedal</code></a></li> <li>Support <code>SETTINGS</code> clause for ClickHouse table-valued functions (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1358">#1358</a>) - Thanks <a href="https://github.com/Jesse-Bakker"><code>@Jesse-Bakker</code></a></li> <li>Support <code>OPTIMIZE TABLE</code> statement for ClickHouse (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1359">#1359</a>) - Thanks <a href="https://github.com/git-hulk"><code>@git-hulk</code></a></li> <li>Support <code>ON CLUSTER</code> in <code>ALTER TABLE</code> for ClickHouse (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1342">#1342</a>) - Thanks <a href="https://github.com/git-hulk"><code>@git-hulk</code></a></li> <li>Support <code>GLOBAL</code> keyword before the join operator (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1353">#1353</a>) - Thanks <a href="https://github.com/git-hulk"><code>@git-hulk</code></a></li> <li>Support postgres String Constants with Unicode Escapes (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1355">#1355</a>) - Thanks <a href="https://github.com/lovasoa"><code>@lovasoa</code></a></li> <li>Support position with normal function call syntax for Snowflake (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1341">#1341</a>) - Thanks <a href="https://github.com/jmhain"><code>@jmhain</code></a></li> <li>Support <code>TABLE</code> keyword in <code>DESC|DESCRIBE|EXPLAIN TABLE</code> statement (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1351">#1351</a>) - Thanks <a href="https://github.com/git-hulk"><code>@git-hulk</code></a></li> </ul> <h1>Changed</h1> <ul> <li>Only require <code>DESCRIBE TABLE</code> for Snowflake and ClickHouse dialect (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1386">#1386</a>) - Thanks @ alamb</li> <li>Rename (unreleased) <code>get_next_precedence_full</code> to <code>get_next_precedence_default</code> (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1378">#1378</a>) - Thanks <a href="https://github.com/samuelcolvin"><code>@samuelcolvin</code></a></li> <li>Use local GitHub Action to replace setup-rust-action (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1371">#1371</a>) - Thanks <a href="https://github.com/git-hulk"><code>@git-hulk</code></a></li> <li>Simplify arrow_cast tests (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1367">#1367</a>) - Thanks <a href="https://github.com/alamb"><code>@alamb</code></a></li> <li>Update version of GitHub Actions (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1363">#1363</a>) - Thanks <a href="https://github.com/git-hulk"><code>@git-hulk</code></a></li> <li>Make <code>Parser::maybe_parse</code> pub (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1364">#1364</a>) - Thanks <a href="https://github.com/Jesse-Bakker"><code>@Jesse-Bakker</code></a></li> <li>Improve comments on 1Dialect` (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1366">#1366</a>) - Thanks <a href="https://github.com/alamb"><code>@alamb</code></a></li> </ul> <h2>[0.49.0] 2024-07-23</h2> <p>As always, huge props to <a href="https://github.com/iffyio"><code>@iffyio</code></a> <a href="https://github.com/jmhain"><code>@jmhain</code></a> and <a href="https://github.com/lovasoa"><code>@lovasoa</code></a> for their help reviewing and merging PRs!</p> <p>We are in the process of moving sqlparser to governed as part of the Apache DataFusion project: <a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1294">sqlparser-rs/sqlparser-rs#1294</a></p> <h3>Fixed</h3> <ul> <li>Fix quoted identifier regression edge-case with "from" in SELECT (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1346">#1346</a>) - Thanks <a href="https://github.com/alexander-beedie"><code>@alexander-beedie</code></a></li> <li>Fix <code>AS</code> query clause should be after the create table options (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1339">#1339</a>) - Thanks <a href="https://github.com/git-hulk"><code>@git-hulk</code></a></li> </ul> <h3>Added</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sqlparser-rs/sqlparser-rs/commit/11a6e6ff7bf64513bc81d849a0b86ea296b0dd62"><code>11a6e6f</code></a> chore: Release sqlparser version 0.50.0</li> <li><a href="https://github.com/sqlparser-rs/sqlparser-rs/commit/ee2e2634ed418fcf8a68e757d9e9c36ca839404a"><code>ee2e263</code></a> CHANGELOG for 0.50.0 (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1383">#1383</a>)</li> <li><a href="https://github.com/sqlparser-rs/sqlparser-rs/commit/dd78084ca000cc96630560a88a94630ee32a559f"><code>dd78084</code></a> fix: only require <code>DESCRIBE TABLE</code> for Snowflake and ClickHouse dialect (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1386">#1386</a>)</li> <li><a href="https://github.com/sqlparser-rs/sqlparser-rs/commit/8c4d30bb6dcdc69f12f85cfbe1b517c7db25cf00"><code>8c4d30b</code></a> Support DuckDB struct syntax and support list of struct syntax (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1372">#1372</a>)</li> <li><a href="https://github.com/sqlparser-rs/sqlparser-rs/commit/fab834dca345c69dfd9c59ec93db8179d0389089"><code>fab834d</code></a> rename <code>get_next_precedence_full</code> to <code>get_next_precedence_default</code> (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1378">#1378</a>)</li> <li><a href="https://github.com/sqlparser-rs/sqlparser-rs/commit/f2235305f440a080e3dc7f7246fe303479f30c31"><code>f223530</code></a> Simple custom lexical precedence in PostgreSQL dialect (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1379">#1379</a>)</li> <li><a href="https://github.com/sqlparser-rs/sqlparser-rs/commit/6a11a67fcd5b0e57478be837c7780701acec43a1"><code>6a11a67</code></a> Add support of <code>FREEZE|UNFREEZE PARTITION</code> syntax for ClickHouse (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1380">#1380</a>)</li> <li><a href="https://github.com/sqlparser-rs/sqlparser-rs/commit/c2f46ae07b8cdcfd72f5edef0274f029b1500de6"><code>c2f46ae</code></a> adding support for scale in CEIL and FLOOR functions (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1377">#1377</a>)</li> <li><a href="https://github.com/sqlparser-rs/sqlparser-rs/commit/b072ce2589a16a850b456223979f75b799aaf7aa"><code>b072ce2</code></a> Adding support for parsing CREATE TRIGGER and DROP TRIGGER statements (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1352">#1352</a>)</li> <li><a href="https://github.com/sqlparser-rs/sqlparser-rs/commit/f5b818e74b8364fe2ffac70e3b3d13167b808215"><code>f5b818e</code></a> supporting snowflake extract syntax (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1374">#1374</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sqlparser-rs/sqlparser-rs/compare/v0.47.0...v0.50.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
