dependabot[bot] opened a new pull request, #296: URL: https://github.com/apache/arrow-ballista/pull/296
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.24.0] 2022-09-29</h2> <h3>Added</h3> <ul> <li>Support <code>MILLENNIUM</code> (2 Ns) (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/633">#633</a>) - Thanks <a href="https://github.com/sarahyurick"><code>@sarahyurick</code></a></li> <li>Support <code>MEDIUMINT</code> (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/630">#630</a>) - Thanks <a href="https://github.com/AugustoFKL"><code>@AugustoFKL</code></a></li> <li>Support <code>DOUBLE PRECISION</code> (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/629">#629</a>) - Thanks <a href="https://github.com/AugustoFKL"><code>@AugustoFKL</code></a></li> <li>Support precision in <code>CLOB</code>, <code>BINARY</code>, <code>VARBINARY</code>, <code>BLOB</code> data type (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/618">#618</a>) - Thanks <a href="https://github.com/ding-young"><code>@ding-young</code></a></li> <li>Support <code>CREATE ROLE</code> and <code>DROP ROLE</code> (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/598">#598</a>) - Thanks <a href="https://github.com/blx"><code>@blx</code></a></li> <li>Support full range of sqlite prepared statement placeholders (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/604">#604</a>) - Thanks <a href="https://github.com/lovasoa"><code>@lovasoa</code></a></li> <li>Support National string literal with lower case <code>n</code> (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/612">#612</a>) - Thanks <a href="https://github.com/mskrzypkows"><code>@mskrzypkows</code></a></li> <li>Support SHOW FUNCTIONS (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/620">#620</a>) - Thanks <a href="https://github.com/joocer"><code>@joocer</code></a></li> <li>Support <code>set time zone to 'some-timezone'</code> (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/617">#617</a>) - Thanks <a href="https://github.com/waitingkuo"><code>@waitingkuo</code></a></li> </ul> <h3>Changed</h3> <ul> <li>Move <code>Value::Interval</code> to <code>Expr::Interval</code> (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/609">#609</a>) - Thanks <a href="https://github.com/ding-young"><code>@ding-young</code></a></li> <li>Update <code>criterion</code> dev-requirement from 0.3 to 0.4 in /sqlparser_bench (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/611">#611</a>) - Thanks <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>Box <code>Query</code> in <code>Cte</code> (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/572">#572</a>) - Thanks <a href="https://github.com/MazterQyou"><code>@MazterQyou</code></a></li> </ul> <h3>Other</h3> <ul> <li>Disambiguate CREATE ROLE ... USER and GROUP (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/628">#628</a>) - Thanks <a href="https://github.com/alamb"><code>@alamb</code></a></li> <li>Add test for optional WITH in CREATE ROLE (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/627">#627</a>) - Thanks <a href="https://github.com/alamb"><code>@alamb</code></a></li> </ul> <h2>[0.23.0] 2022-09-08</h2> <h3>Added</h3> <ul> <li>Add support for aggregate expressions with filters (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/585">#585</a>) - Thanks <a href="https://github.com/andygrove"><code>@andygrove</code></a></li> <li>Support <code>LOCALTIME</code> and <code>LOCALTIMESTAMP</code> time functions (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/592">#592</a>) - Thanks <a href="https://github.com/MazterQyou"><code>@MazterQyou</code></a></li> </ul> <h2>[0.22.0] 2022-08-26</h2> <h3>Added</h3> <ul> <li>Support <code>OVERLAY</code> expressions (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/594">#594</a>) - Thanks <a href="https://github.com/ayushg"><code>@ayushg</code></a></li> <li>Support <code>WITH TIMEZONE</code> and <code>WITHOUT TIMEZONE</code> when parsing <code>TIMESTAMP</code> expressions (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/589">#589</a>) - Thanks <a href="https://github.com/waitingkuo"><code>@waitingkuo</code></a></li> <li>Add ability for dialects to override prefix, infix, and statement parsing (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/581">#581</a>) - Thanks <a href="https://github.com/andygrove"><code>@andygrove</code></a></li> </ul> <h2>[0.21.0] 2022-08-18</h2> <h3>Added</h3> <ul> <li>Support <code>IS [NOT] TRUE</code>, <code>IS [NOT] FALSE</code>, and <code>IS [NOT] UNKNOWN</code> - Thanks (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/583">#583</a>) <a href="https://github.com/sarahyurick"><code>@sarahyurick</code></a></li> <li>Support <code>SIMILAR TO</code> syntax (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/569">#569</a>) - Thanks <a href="https://github.com/ayushdg"><code>@ayushdg</code></a></li> <li>Support <code>SHOW COLLATION</code> (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/564">#564</a>) - Thanks <a href="https://github.com/MazterQyou"><code>@MazterQyou</code></a></li> <li>Support <code>SHOW TABLES</code> (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/563">#563</a>) - Thanks <a href="https://github.com/MazterQyou"><code>@MazterQyou</code></a></li> <li>Support <code>SET NAMES literal [COLLATE literal]</code> (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/558">#558</a>) - Thanks <a href="https://github.com/ovr"><code>@ovr</code></a></li> <li>Support trailing commas (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/557">#557</a>) in <code>BigQuery</code> dialect - Thanks <a href="https://github.com/komukomo"><code>@komukomo</code></a></li> <li>Support <code>USE <DB></code> (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/565">#565</a>) - Thanks <a href="https://github.com/MazterQyou"><code>@MazterQyou</code></a></li> <li>Support <code>SHOW COLUMNS FROM tbl FROM db</code> (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/562">#562</a>) - Thanks <a href="https://github.com/MazterQyou"><code>@MazterQyou</code></a></li> <li>Support <code>SHOW VARIABLES</code> for <code>MySQL</code> dialect (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/559">#559</a>) - Thanks <a href="https://github.com/ovr"><code>@ovr</code></a> and <a href="https://github.com/vasilev-alex"><code>@vasilev-alex</code></a></li> </ul> <h3>Changed</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/c2d68255d00e42779a2503d8676c15545af4c15a"><code>c2d6825</code></a> (cargo-release) version 0.24.0</li> <li><a href="https://github.com/sqlparser-rs/sqlparser-rs/commit/e2a51ad6491e06f1b3f44581d6c31442af2bb929"><code>e2a51ad</code></a> Release notes for 0.24.0 (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/634">#634</a>)</li> <li><a href="https://github.com/sqlparser-rs/sqlparser-rs/commit/d87408bdaf71856dceb533297d65b3069771f50d"><code>d87408b</code></a> Parse <code>MILLENNIUM</code> (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/633">#633</a>)</li> <li><a href="https://github.com/sqlparser-rs/sqlparser-rs/commit/e951cd5278acb1b262f02565f8e7ccea0ea56ddd"><code>e951cd5</code></a> <a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/625">#625</a> adding mediumint support (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/630">#630</a>)</li> <li><a href="https://github.com/sqlparser-rs/sqlparser-rs/commit/46b7c037880475e6bc70b9f1fb0b654654ab47cc"><code>46b7c03</code></a> Adding DOUBLE PRECISION to data types, parsing it, and tests (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/629">#629</a>)</li> <li><a href="https://github.com/sqlparser-rs/sqlparser-rs/commit/6c8f31c367ac75ea29be030bad244c0c6a2fafee"><code>6c8f31c</code></a> Fix parsing CLOB, BINARY, VARBINARY, BLOB data type (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/618">#618</a>)</li> <li><a href="https://github.com/sqlparser-rs/sqlparser-rs/commit/6afd194e947cfd800376f424ff7c300ee385cd9e"><code>6afd194</code></a> Disambiguate CREATE ROLE ... USER and GROUP (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/628">#628</a>)</li> <li><a href="https://github.com/sqlparser-rs/sqlparser-rs/commit/2b21da243948bf74ac345302320b91af4ddf1aad"><code>2b21da2</code></a> Add test for optional WITH in <code>CREATE ROLE</code> (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/627">#627</a>)</li> <li><a href="https://github.com/sqlparser-rs/sqlparser-rs/commit/91087fcba0f9c2356e3dcb6397ae352850cbdaca"><code>91087fc</code></a> Support CREATE ROLE and DROP ROLE (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/598">#598</a>)</li> <li><a href="https://github.com/sqlparser-rs/sqlparser-rs/commit/604f755a59087a92342f80e2bb0291cd6a38a71b"><code>604f755</code></a> Fix parse error on some prepared statement placeholders (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/604">#604</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sqlparser-rs/sqlparser-rs/compare/v0.23.0...v0.24.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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org