dependabot[bot] opened a new pull request, #4523: URL: https://github.com/apache/arrow-datafusion/pull/4523
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.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> <li>Support <code>MATCH AGAINST</code> (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/708">#708</a>) - Thanks <a href="https://github.com/AugustoFKL"><code>@AugustoFKL</code></a></li> <li>Support <code>IF NOT EXISTS</code> in <code>ALTER TABLE ADD COLUMN</code> (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/707">#707</a>) - Thanks <a href="https://github.com/AugustoFKL"><code>@AugustoFKL</code></a></li> <li>Support <code>SET TIME ZONE <value></code> (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/727">#727</a>) - Thanks <a href="https://github.com/waitingkuo"><code>@waitingkuo</code></a></li> <li>Support <code>UPDATE ... FROM ( subquery )</code> (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/694">#694</a>) - Thanks <a href="https://github.com/unvalley"><code>@unvalley</code></a></li> </ul> <h3>Changed</h3> <ul> <li>Add <code>Parser::index()</code> method to get current parsing index (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/728">#728</a>) - Thanks <a href="https://github.com/neverchanje"><code>@neverchanje</code></a></li> <li>Add <code>COMPRESSION</code> as keyword (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/720">#720</a>)- Thanks <a href="https://github.com/AugustoFKL"><code>@AugustoFKL</code></a></li> <li>Derive <code>PartialOrd</code>, <code>Ord</code>, and <code>Copy</code> whenever possible (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/717">#717</a>) - Thanks <a href="https://github.com/AugustoFKL"><code>@AugustoFKL</code></a></li> <li>Fixed <code>INTERVAL</code> parsing logic and precedence (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/705">#705</a>) - Thanks <a href="https://github.com/sarahyurick"><code>@sarahyurick</code></a></li> <li>Support updating multiple column names whose names are the same as(<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/725">#725</a>) - Thanks <a href="https://github.com/step-baby"><code>@step-baby</code></a></li> </ul> <h3>Fixed</h3> <ul> <li>Clean up some redundant code in parser (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/741">#741</a>) - Thanks <a href="https://github.com/alamb"><code>@alamb</code></a></li> <li>Fix logical conflict - Thanks <a href="https://github.com/alamb"><code>@alamb</code></a></li> <li>Cleanup to avoid is_ok() (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/740">#740</a>) - Thanks <a href="https://github.com/alamb"><code>@alamb</code></a></li> <li>Cleanup to avoid using unreachable! when parsing semi/anti join (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/738">#738</a>) - Thanks <a href="https://github.com/alamb"><code>@alamb</code></a></li> <li>Add an example to docs to clarify semantic analysis (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/739">#739</a>) - Thanks <a href="https://github.com/alamb"><code>@alamb</code></a></li> <li>Add information about parting semantic logic to README.md (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/724">#724</a>) - Thanks <a href="https://github.com/AugustoFKL"><code>@AugustoFKL</code></a></li> <li>Logical conflicts - Thanks <a href="https://github.com/alamb"><code>@alamb</code></a></li> <li>Tiny typo in docs (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/709">#709</a>) - Thanks <a href="https://github.com/pmcgee69"><code>@pmcgee69</code></a></li> </ul> <h2>[0.27.0] 2022-11-11</h2> <h3>Added</h3> <ul> <li>Support <code>ON CONFLICT</code> and <code>RETURNING</code> in <code>UPDATE</code> statement (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/666">#666</a>) - Thanks <a href="https://github.com/main"><code>@main</code></a> and <a href="https://github.com/gamife"><code>@gamife</code></a></li> <li>Support <code>FULLTEXT</code> option on create table for MySQL and Generic dialects (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/702">#702</a>) - Thanks <a href="https://github.com/AugustoFKL"><code>@AugustoFKL</code></a></li> <li>Support <code>ARRAY_AGG</code> for Bigquery and Snowflake (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/662">#662</a>) - Thanks <a href="https://github.com/SuperBo"><code>@SuperBo</code></a></li> <li>Support DISTINCT for SetOperator (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/689">#689</a>) - Thanks <a href="https://github.com/unvalley"><code>@unvalley</code></a></li> <li>Support the ARRAY type of Snowflake (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/699">#699</a>) - Thanks <a href="https://github.com/yuval-illumex"><code>@yuval-illumex</code></a></li> <li>Support create sequence with options INCREMENT, MINVALUE, MAXVALUE, START etc. (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/681">#681</a>) - Thanks <a href="https://github.com/sam-mmm"><code>@sam-mmm</code></a></li> <li>Support <code>:</code> operator for semi-structured data in Snowflake(<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/693">#693</a>) - Thanks <a href="https://github.com/yuval-illumex"><code>@yuval-illumex</code></a></li> <li>Support ALTER TABLE DROP PRIMARY KEY (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/682">#682</a>) - Thanks <a href="https://github.com/ding-young"><code>@ding-young</code></a></li> <li>Support <code>NUMERIC</code> and <code>DEC</code> ANSI data types (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/695">#695</a>) - Thanks <a href="https://github.com/AugustoFKL"><code>@AugustoFKL</code></a></li> <li>Support modifiers for Custom Datatype (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/680">#680</a>) - Thanks <a href="https://github.com/sunng87"><code>@sunng87</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/512a159f08c9a17ddeb1ee8b2a23bf20dbfef265"><code>512a159</code></a> (cargo-release) version 0.28.0</li> <li><a href="https://github.com/sqlparser-rs/sqlparser-rs/commit/84291088d962966256d5ab1834d18813568638af"><code>8429108</code></a> CHANGELOG.md for 0.28.0 (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/747">#747</a>)</li> <li><a href="https://github.com/sqlparser-rs/sqlparser-rs/commit/b3688513ebc90fd4f516f303f1cc1345d8c9aef1"><code>b368851</code></a> feat: add support for except clause on wildcards (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/745">#745</a>)</li> <li><a href="https://github.com/sqlparser-rs/sqlparser-rs/commit/5b53df97c423c27b8a7d9dfef6faef74d62db991"><code>5b53df9</code></a> Support postgres <code>CREATE FUNCTION</code> (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/722">#722</a>)</li> <li><a href="https://github.com/sqlparser-rs/sqlparser-rs/commit/f621142f890316574fd5970945a8493a3861f206"><code>f621142</code></a> Clean up some redundant code in parser (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/741">#741</a>)</li> <li><a href="https://github.com/sqlparser-rs/sqlparser-rs/commit/528b3f2234c5f200baeae11fe5f646c3565ed9c4"><code>528b3f2</code></a> Support <code>CREATE TABLE x AS TABLE y</code> (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/704">#704</a>)</li> <li><a href="https://github.com/sqlparser-rs/sqlparser-rs/commit/8e1c90c0d804c32a4b55d49ffae96bbd07cea058"><code>8e1c90c</code></a> 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>)</li> <li><a href="https://github.com/sqlparser-rs/sqlparser-rs/commit/faf75b71613431e66ec22c82e3c9ad6157474458"><code>faf75b7</code></a> fix logical conflict</li> <li><a href="https://github.com/sqlparser-rs/sqlparser-rs/commit/042effdf1406ae0a81eb72e67c107396b49539fb"><code>042effd</code></a> update on conflict method (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/735">#735</a>)</li> <li><a href="https://github.com/sqlparser-rs/sqlparser-rs/commit/a422116b8945d00855d7b8864652073265781385"><code>a422116</code></a> inital commit (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/736">#736</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sqlparser-rs/sqlparser-rs/compare/v0.27.0...v0.28.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]
