dependabot[bot] opened a new pull request, #4773: URL: https://github.com/apache/arrow-datafusion/pull/4773
Updates the requirements on [sqlparser](https://github.com/sqlparser-rs/sqlparser-rs) to permit the latest version. <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.29.0] 2022-12-29</h2> <h3>Highlights</h3> <ul> <li>Partial source location tracking: see <a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/710">#710</a></li> <li>Recursion limit to prevent stack overflows: <a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/764">#764</a></li> <li>AST visitor: <a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/765">#765</a></li> </ul> <h3>Added</h3> <p>feat: dollar-quoted strings support (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/772">#772</a>) - Thanks <a href="https://github.com/vasilev-alex"><code>@vasilev-alex</code></a></p> <ul> <li>Add derive based AST visitor (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/765">#765</a>) - Thanks <a href="https://github.com/tustvold"><code>@tustvold</code></a></li> <li>Support <code>ALTER INDEX {INDEX_NAME} RENAME TO {NEW_INDEX_NAME}</code> (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/767">#767</a>) - Thanks <a href="https://github.com/devgony"><code>@devgony</code></a></li> <li>Support <code>CREATE TABLE ON UPDATE <expr></code> Function (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/685">#685</a>) - Thanks <a href="https://github.com/CEOJINSUNG"><code>@CEOJINSUNG</code></a></li> <li>Support <code>CREATE FUNCTION</code> definition with <code>$$</code> (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/755">#755</a>)- Thanks <a href="https://github.com/zidaye"><code>@zidaye</code></a></li> <li>Add location tracking in the tokenizer and parser (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/710">#710</a>) - Thanks <a href="https://github.com/ankrgyl"><code>@ankrgyl</code></a></li> <li>Add configurable recursion limit to parser, to protect against stackoverflows (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/764">#764</a>) - Thanks <a href="https://github.com/alamb"><code>@alamb</code></a></li> <li>Support parsing scientific notation (such as <code>10e5</code>) (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/768">#768</a>) - Thanks <a href="https://github.com/Jefffrey"><code>@Jefffrey</code></a></li> <li>Support <code>DROP FUNCTION</code> syntax (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/752">#752</a>) - Thanks <a href="https://github.com/zidaye"><code>@zidaye</code></a></li> <li>Support json operators <code>@></code> <code><@</code>, <code>@?</code> and <code>@@</code> - Thanks <a href="https://github.com/audunska"><code>@audunska</code></a></li> <li>Support the type key (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/750">#750</a>)- Thanks <a href="https://github.com/yuval-illumex"><code>@yuval-illumex</code></a></li> </ul> <h3>Changed</h3> <ul> <li>Improve docs and add examples for Visitor (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/778">#778</a>) - Thanks <a href="https://github.com/alamb"><code>@alamb</code></a></li> <li>Add a backlink from sqlparse_derive to sqlparser and publishing instructions (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/779">#779</a>) - Thanks <a href="https://github.com/alamb"><code>@alamb</code></a></li> <li>Document new features, update authors (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/776">#776</a>) - Thanks <a href="https://github.com/alamb"><code>@alamb</code></a></li> <li>Improve Readme (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/774">#774</a>) - Thanks <a href="https://github.com/alamb"><code>@alamb</code></a></li> <li>Standardize comments on parsing optional keywords (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/773">#773</a>) - Thanks <a href="https://github.com/alamb"><code>@alamb</code></a></li> <li>Enable grouping sets parsing for <code>GenericDialect</code> (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/771">#771</a>) - Thanks <a href="https://github.com/Jefffrey"><code>@Jefffrey</code></a></li> <li>Generalize conflict target (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/762">#762</a>) - Thanks <a href="https://github.com/audunska"><code>@audunska</code></a></li> <li>Generalize locking clause (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/759">#759</a>) - Thanks <a href="https://github.com/audunska"><code>@audunska</code></a></li> <li>Add negative test for except clause on wildcards (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/746">#746</a>)- Thanks <a href="https://github.com/alamb"><code>@alamb</code></a></li> <li>Add <code>NANOSECOND</code> keyword (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/749">#749</a>)- Thanks <a href="https://github.com/waitingkuo"><code>@waitingkuo</code></a></li> </ul> <h3>Fixed</h3> <ul> <li>ParserError if nested explain (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/781">#781</a>) - Thanks <a href="https://github.com/Jefffrey"><code>@Jefffrey</code></a></li> <li>Fix cargo docs / warnings and add CI check (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/777">#777</a>) - Thanks <a href="https://github.com/alamb"><code>@alamb</code></a></li> <li>unnest join constraint with alias parsing for BigQuery dialect (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/732">#732</a>)- Thanks <a href="https://github.com/Ziinc"><code>@Ziinc</code></a></li> </ul> <h2>[0.28.0] 2022-12-05</h2> <h3>Added</h3> <ul> <li>Support for <code>EXCEPT</code> clause on wildcards (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/745">#745</a>) - Thanks <a href="https://github.com/AugustoFKL"><code>@AugustoFKL</code></a></li> <li>Support <code>CREATE FUNCTION</code> Postgres options (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/722">#722</a>) - Thanks <a href="https://github.com/wangrunji0408"><code>@wangrunji0408</code></a></li> <li>Support <code>CREATE TABLE x AS TABLE y</code> (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/704">#704</a>) - Thanks <a href="https://github.com/sarahyurick"><code>@sarahyurick</code></a></li> <li>Support MySQL <code>ROWS</code> syntax for <code>VALUES</code> (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/737">#737</a>) - Thanks <a href="https://github.com/aljazerzen"><code>@aljazerzen</code></a></li> <li>Support <code>WHERE</code> condition for <code>UPDATE ON CONFLICT</code> (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/735">#735</a>) - Thanks <a href="https://github.com/zidaye"><code>@zidaye</code></a></li> <li>Support <code>CLUSTER BY</code> when creating Materialized View (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/736">#736</a>) - Thanks <a href="https://github.com/yuval-illumex"><code>@yuval-illumex</code></a></li> <li>Support nested comments (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/726">#726</a>) - Thanks <a href="https://github.com/yang-han"><code>@yang-han</code></a></li> <li>Support <code>USING</code> method when creating indexes. (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/731">#731</a>) - Thanks <a href="https://github.com/step-baby"><code>@step-baby</code></a> and <a href="https://github.com/yangjiaxin01"><code>@yangjiaxin01</code></a></li> <li>Support <code>SEMI</code>/<code>ANTI</code> <code>JOIN</code> syntax (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/723">#723</a>) - Thanks <a href="https://github.com/mingmwang"><code>@mingmwang</code></a></li> <li>Support <code>EXCLUDE</code> support for snowflake and generic dialect (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/721">#721</a>) - Thanks <a href="https://github.com/AugustoFKL"><code>@AugustoFKL</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sqlparser-rs/sqlparser-rs/commit/86d71f21097c0a44e67cc1513466c573ac1f763c"><code>86d71f2</code></a> (cargo-release) version 0.29.0</li> <li><a href="https://github.com/sqlparser-rs/sqlparser-rs/commit/890062c36df4f0cbef7371547304631b72103424"><code>890062c</code></a> Changelog for 29.0.0 (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/780">#780</a>)</li> <li><a href="https://github.com/sqlparser-rs/sqlparser-rs/commit/87df09be18da08183577cf05b3fafea42e47ebf6"><code>87df09b</code></a> Improve docs and add examples for Visitor (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/778">#778</a>)</li> <li><a href="https://github.com/sqlparser-rs/sqlparser-rs/commit/fc503e08c9a81d52e32d55af459edda09b727f8f"><code>fc503e0</code></a> Add a backlink from <code>sqlparse_derive</code> to <code>sqlparser</code> and publishing instructi...</li> <li><a href="https://github.com/sqlparser-rs/sqlparser-rs/commit/cf3fe64af6edd0c55542237875548ae3a7385bce"><code>cf3fe64</code></a> ParserError if nested explain (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/781">#781</a>)</li> <li><a href="https://github.com/sqlparser-rs/sqlparser-rs/commit/b93d82dfca3e27609565e60b61245c67cb017ee7"><code>b93d82d</code></a> Fix <code>cargo docs / warnings</code> and add CI check (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/777">#777</a>)</li> <li><a href="https://github.com/sqlparser-rs/sqlparser-rs/commit/072ccc0d7625e8d37a8e30004836df045bc656ef"><code>072ccc0</code></a> feat: dollar-quoted strings support (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/772">#772</a>)</li> <li><a href="https://github.com/sqlparser-rs/sqlparser-rs/commit/0c9ec4008269dde77a4a5895b0a69a0a27c40ca3"><code>0c9ec40</code></a> Document new features, update authors (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/776">#776</a>)</li> <li><a href="https://github.com/sqlparser-rs/sqlparser-rs/commit/751046de7d1c27187fd6d8e35182e41a0ec4efae"><code>751046d</code></a> Improve Readme (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/774">#774</a>)</li> <li><a href="https://github.com/sqlparser-rs/sqlparser-rs/commit/dec3c2b818bdedcc81f0e3990e2dd2fefcf9e872"><code>dec3c2b</code></a> Add derive based AST visitor (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/765">#765</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sqlparser-rs/sqlparser-rs/compare/v0.28.0...v0.29.0">compare view</a></li> </ul> </details> <br /> 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 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]
