dependabot[bot] opened a new pull request, #3921:
URL: https://github.com/apache/arrow-datafusion/pull/3921

   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.26.0] 2022-10-19</h2>
   <h3>Added</h3>
   <ul>
   <li>Support MySQL table option <code>{INDEX | KEY}</code> in CREATE TABLE 
definiton (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/665";>#665</a>)
 - Thanks <a 
href="https://github.com/AugustoFKL";><code>@​AugustoFKL</code></a></li>
   <li>Support <code>CREATE [ { TEMPORARY | TEMP } ] SEQUENCE [ IF NOT EXISTS ] 
&lt;sequence_name&gt;</code> (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/678";>#678</a>)
 - Thanks <a href="https://github.com/sam-mmm";><code>@​sam-mmm</code></a></li>
   <li>Support <code>DROP SEQUENCE</code> statement (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/673";>#673</a>)
 - Thanks <a href="https://github.com/sam-mmm";><code>@​sam-mmm</code></a></li>
   <li>Support for ANSI types  <code>CHARACTER LARGE OBJECT[(p)]</code> and 
<code>CHAR LARGE OBJECT[(p)]</code> (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/671";>#671</a>)
  - Thanks <a 
href="https://github.com/AugustoFKL";><code>@​AugustoFKL</code></a></li>
   <li>Support <code>[CACHE|UNCACHE] TABLE</code> (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/670";>#670</a>)
 - Thanks <a 
href="https://github.com/francis-du";><code>@​francis-du</code></a></li>
   <li>Support <code>CEIL(expr TO DateTimeField)</code> and <code>FLOOR(expr TO 
DateTimeField)</code> - Thanks <a 
href="https://github.com/sarahyurick";><code>@​sarahyurick</code></a></li>
   <li>Support all ansii character string types, (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/648";>#648</a>)
 - Thanks <a 
href="https://github.com/AugustoFKL";><code>@​AugustoFKL</code></a></li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Support expressions inside window frames (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/655";>#655</a>)
 - Thanks <a 
href="https://github.com/mustafasrepo";><code>@​mustafasrepo</code></a> and <a 
href="https://github.com/ozankabak";><code>@​ozankabak</code></a></li>
   <li>Support unit on char length units for small character strings (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/663";>#663</a>)
 - Thanks <a 
href="https://github.com/AugustoFKL";><code>@​AugustoFKL</code></a></li>
   <li>Replace booleans on <code>SET ROLE</code> with a single enum. (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/664";>#664</a>)
 - Thanks <a 
href="https://github.com/AugustoFKL";><code>@​AugustoFKL</code></a></li>
   <li>Replace <code>Option</code>s with enum for <code>DECIMAL</code> 
precision (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/654";>#654</a>)
 - Thanks <a 
href="https://github.com/AugustoFKL";><code>@​AugustoFKL</code></a></li>
   </ul>
   <h2>[0.25.0] 2022-10-03</h2>
   <h3>Added</h3>
   <ul>
   <li>Support <code>AUTHORIZATION</code> clause in <code>CREATE SCHEMA</code> 
statements (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/641";>#641</a>)
 - Thanks <a 
href="https://github.com/AugustoFKL";><code>@​AugustoFKL</code></a></li>
   <li>Support optional precision for <code>CLOB</code> and <code>BLOB</code> 
(<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/639";>#639</a>)
 - Thanks <a 
href="https://github.com/AugustoFKL";><code>@​AugustoFKL</code></a></li>
   <li>Support optional precision in <code>VARBINARY</code> and 
<code>BINARY</code> (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/637";>#637</a>)
 - Thanks <a 
href="https://github.com/AugustoFKL";><code>@​AugustoFKL</code></a></li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li><code>TIMESTAMP</code> and <code>TIME</code> parsing preserve zone 
information (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/646";>#646</a>)
 - Thanks <a 
href="https://github.com/AugustoFKL";><code>@​AugustoFKL</code></a></li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Correct order of arguments when parsing  <code>LIMIT x,y</code> , 
restrict to <code>MySql</code> and <code>Generic</code> dialects - Thanks <a 
href="https://github.com/AugustoFKL";><code>@​AugustoFKL</code></a></li>
   </ul>
   <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>
   </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/2c266a437cb8a59317b351bdb70fa1912748b985";><code>2c266a4</code></a>
 (cargo-release) version 0.26.0</li>
   <li><a 
href="https://github.com/sqlparser-rs/sqlparser-rs/commit/b525c9f2f75cd9cb3b5fa4d81c1bfd048175db25";><code>b525c9f</code></a>
 Add changelog for 0.26.0 (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/679";>#679</a>)</li>
   <li><a 
href="https://github.com/sqlparser-rs/sqlparser-rs/commit/2aba3f8c91287cb5505e00a550a361c585ad1b13";><code>2aba3f8</code></a>
 Adding MySQL table option {INDEX | KEY} to the CREATE TABLE definiton 
(partia...</li>
   <li><a 
href="https://github.com/sqlparser-rs/sqlparser-rs/commit/e3c936a6ceca038fd9f21cefc5bdf982ed2a0494";><code>e3c936a</code></a>
 mod, parser and test cases for CREATE [ { TEMPORARY | TEMP }  ] SEQUENCE [ 
IF...</li>
   <li><a 
href="https://github.com/sqlparser-rs/sqlparser-rs/commit/b32cbbd855ab446d1503ddd436ddf2df1cf43ae9";><code>b32cbbd</code></a>
 Support drop sequence statement (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/673";>#673</a>)</li>
   <li><a 
href="https://github.com/sqlparser-rs/sqlparser-rs/commit/b42632fa0d0d79abd287db24d303c7b1782d06dc";><code>b42632f</code></a>
 Support for ANSI <code>CHARACTER LARGE OBJECT[(p)]</code> and <code>CHAR LARGE 
OBJECT[(p)]</code>. ...</li>
   <li><a 
href="https://github.com/sqlparser-rs/sqlparser-rs/commit/a59874136d1fe22c45bd88c49aa106f420fab10a";><code>a598741</code></a>
 Support cache/uncache table syntax (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/670";>#670</a>)</li>
   <li><a 
href="https://github.com/sqlparser-rs/sqlparser-rs/commit/427bec4cccd80a644c9687f57e73504a7be75f5e";><code>427bec4</code></a>
 Support for INTERVAL inside window frames (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/655";>#655</a>)</li>
   <li><a 
href="https://github.com/sqlparser-rs/sqlparser-rs/commit/cacdf3305f33319bed4e870227cdd541b4c9f947";><code>cacdf33</code></a>
 Add support for unit on char length units for small character string types. 
(...</li>
   <li><a 
href="https://github.com/sqlparser-rs/sqlparser-rs/commit/777672625ff7ee805fb7ac6e71a17053fc49b222";><code>7776726</code></a>
 Replacing the two booleans from 'SET ROLE' to a single enum. (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/664";>#664</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/sqlparser-rs/sqlparser-rs/compare/v0.25.0...v0.26.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]

Reply via email to