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

   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.38.0] 2023-09-21</h2>
   <h3>Added</h3>
   <ul>
   <li>Support <code>==</code>operator for Sqlite (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/970";>#970</a>)
 - Thanks <a href="https://github.com/marhoily";><code>@​marhoily</code></a></li>
   <li>Support mysql <code>PARTITION</code> to table selection (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/959";>#959</a>)
 - Thanks  <a 
href="https://github.com/chunshao90";><code>@​chunshao90</code></a></li>
   <li>Support <code>UNNEST</code> as a table factor for PostgreSQL (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/968";>#968</a>)
 <a href="https://github.com/hexedpackets";><code>@​hexedpackets</code></a></li>
   <li>Support MySQL <code>UNIQUE KEY</code> syntax (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/962";>#962</a>)
 - Thanks <a 
href="https://github.com/artorias1024";><code>@​artorias1024</code></a></li>
   <li>Support<code> </code>GROUP BY ALL` (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/964";>#964</a>)
 - <a 
href="https://github.com/berkaysynnada";><code>@​berkaysynnada</code></a></li>
   <li>Support multiple actions in one ALTER TABLE statement (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/960";>#960</a>)
 - Thanks <a 
href="https://github.com/ForbesLindesay";><code>@​ForbesLindesay</code></a></li>
   <li>Add <code>--sqlite param</code> to CLI (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/956";>#956</a>)
 - Thanks <a href="https://github.com/ddol";><code>@​ddol</code></a></li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Fix Rust 1.72 clippy lints (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/957";>#957</a>)
 - Thanks <a href="https://github.com/alamb";><code>@​alamb</code></a></li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Add missing token loc in parse err msg (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/965";>#965</a>)
 - Thanks <a 
href="https://github.com/ding-young";><code>@​ding-young</code></a></li>
   <li>Change how <code>ANY</code> and <code>ALL</code> expressions are 
represented in AST (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/963";>#963</a>)
 - Thanks <a 
href="https://github.com/SeanTroyUWO";><code>@​SeanTroyUWO</code></a></li>
   <li>Show location info in parse errors (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/958";>#958</a>)
 - Thanks <a 
href="https://github.com/MartinNowak";><code>@​MartinNowak</code></a></li>
   <li>Update release documentation (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/954";>#954</a>)
 - Thanks <a href="https://github.com/alamb";><code>@​alamb</code></a></li>
   <li>Break test and coverage test into separate jobs (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/949";>#949</a>)
 - Thanks <a href="https://github.com/alamb";><code>@​alamb</code></a></li>
   </ul>
   <h2>[0.37.0] 2023-08-22</h2>
   <h3>Added</h3>
   <ul>
   <li>Support <code>FOR SYSTEM_TIME AS OF</code> table time travel clause 
support, <code>visit_table_factor</code> to Visitor (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/951";>#951</a>)
 - Thanks <a href="https://github.com/gruuya";><code>@​gruuya</code></a></li>
   <li>Support MySQL <code>auto_increment</code> offset in table definition (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/950";>#950</a>)
 - Thanks <a href="https://github.com/ehoeve";><code>@​ehoeve</code></a></li>
   <li>Test for mssql table name in square brackets (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/952";>#952</a>)
 - Thanks <a href="https://github.com/lovasoa";><code>@​lovasoa</code></a></li>
   <li>Support additional Postgres <code>CREATE INDEX</code> syntax (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/943";>#943</a>)
 - Thanks <a 
href="https://github.com/ForbesLindesay";><code>@​ForbesLindesay</code></a></li>
   <li>Support <code>ALTER ROLE</code> syntax of PostgreSQL and MS SQL Server 
(<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/942";>#942</a>)
 - Thanks <a href="https://github.com/r4ntix";><code>@​r4ntix</code></a></li>
   <li>Support table-level comments (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/946";>#946</a>)
 - Thanks <a href="https://github.com/ehoeve";><code>@​ehoeve</code></a></li>
   <li>Support <code>DROP TEMPORARY TABLE</code>, MySQL syntax (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/916";>#916</a>)
 - Thanks <a 
href="https://github.com/liadgiladi";><code>@​liadgiladi</code></a></li>
   <li>Support posgres type alias (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/933";>#933</a>)
 - Thanks <a href="https://github.com/Kikkon";><code>@​Kikkon</code></a></li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Clarify the value of the special flag (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/948";>#948</a>)
 - Thanks <a href="https://github.com/alamb";><code>@​alamb</code></a></li>
   <li>Fix <code>SUBSTRING</code> from/to argument construction for mssql (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/947";>#947</a>)
 - Thanks <a href="https://github.com/jmaness";><code>@​jmaness</code></a></li>
   <li>Fix: use Rust idiomatic capitalization for newly added DataType enums 
(<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/939";>#939</a>)
 - Thanks <a href="https://github.com/Kikkon";><code>@​Kikkon</code></a></li>
   <li>Fix <code>BEGIN TRANSACTION</code> being serialized as <code>START 
TRANSACTION</code> (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/935";>#935</a>)
 - Thanks <a href="https://github.com/lovasoa";><code>@​lovasoa</code></a></li>
   <li>Fix parsing of datetime functions without parenthesis (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/930";>#930</a>)
 - Thanks <a href="https://github.com/lovasoa";><code>@​lovasoa</code></a></li>
   </ul>
   <h2>[0.36.1] 2023-07-19</h2>
   <h3>Fixed</h3>
   <ul>
   <li>Fix parsing of identifiers after '%' symbol (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/927";>#927</a>)
 - Thanks <a href="https://github.com/alamb";><code>@​alamb</code></a></li>
   </ul>
   <h2>[0.36.0] 2023-07-19</h2>
   <h3>Added</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/sqlparser-rs/sqlparser-rs/compare/v0.38.0...v0.38.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 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]

Reply via email to