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

   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.47.0] 2024-06-01</h2>
   <h3>Fixed</h3>
   <ul>
   <li>Re-support Postgres array slice syntax (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1290";>#1290</a>)
 - Thanks <a href="https://github.com/jmhain";><code>@​jmhain</code></a></li>
   <li>Fix DoubleColon cast skipping AT TIME ZONE <a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1266";>#1266</a>
 (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1267";>#1267</a>)
 - Thanks <a 
href="https://github.com/dmitrybugakov";><code>@​dmitrybugakov</code></a></li>
   <li>Fix for values as table name in Databricks and generic (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1278";>#1278</a>)
 - Thanks <a href="https://github.com/jmhain";><code>@​jmhain</code></a></li>
   </ul>
   <h3>Added</h3>
   <ul>
   <li>Support <code>ASOF</code> joins in Snowflake  (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1288";>#1288</a>)
 - Thanks <a href="https://github.com/jmhain";><code>@​jmhain</code></a></li>
   <li>Support <code>CREATE VIEW</code> with fields and data types ClickHouse  
(<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1292";>#1292</a>)
 - Thanks <a href="https://github.com/7phs";><code>@​7phs</code></a></li>
   <li>Support view comments for Snowflake (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1287";>#1287</a>)
 - Thanks <a 
href="https://github.com/bombsimon";><code>@​bombsimon</code></a></li>
   <li>Support dynamic pivot in Snowflake (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1280";>#1280</a>)
 - Thanks <a href="https://github.com/jmhain";><code>@​jmhain</code></a></li>
   <li>Support <code>CREATE FUNCTION</code> for BigQuery, generalize AST (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1253";>#1253</a>)
 - Thanks <a href="https://github.com/iffyio";><code>@​iffyio</code></a></li>
   <li>Support expression in <code>AT TIME ZONE</code> and fix precedence (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1272";>#1272</a>)
 - Thanks <a href="https://github.com/jmhain";><code>@​jmhain</code></a></li>
   <li>Support <code>IGNORE/RESPECT NULLS</code> inside function argument list  
for Databricks (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1263";>#1263</a>)
 - Thanks <a href="https://github.com/jmhain";><code>@​jmhain</code></a></li>
   <li>Support <code>SELECT * EXCEPT</code> Databricks (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1261";>#1261</a>)
 - Thanks <a href="https://github.com/jmhain";><code>@​jmhain</code></a></li>
   <li>Support triple quoted strings (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1262";>#1262</a>)
 - Thanks <a href="https://github.com/iffyio";><code>@​iffyio</code></a></li>
   <li>Support array indexing for duckdb (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1265";>#1265</a>)
 - Thanks <a href="https://github.com/JichaoS";><code>@​JichaoS</code></a></li>
   <li>Support multiple SET variables (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1252";>#1252</a>)
 - Thanks <a href="https://github.com/iffyio";><code>@​iffyio</code></a></li>
   <li>Support <code>ANY_VALUE</code> <code>HAVING</code> clause (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1258";>#1258</a>)
 in BigQuery - Thanks <a 
href="https://github.com/jmhain";><code>@​jmhain</code></a></li>
   <li>Support keywords as field names in BigQuery struct syntax (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1254";>#1254</a>)
 - Thanks <a href="https://github.com/iffyio";><code>@​iffyio</code></a></li>
   <li>Support <code>GROUP_CONCAT()</code> in MySQL  (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1256";>#1256</a>)
 - Thanks <a href="https://github.com/jmhain";><code>@​jmhain</code></a></li>
   <li>Support lambda functions in Databricks (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1257";>#1257</a>)
 - Thanks <a href="https://github.com/jmhain";><code>@​jmhain</code></a></li>
   <li>Add const generic peek_tokens method to parser (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1255";>#1255</a>)
 - Thanks <a href="https://github.com/jmhain";><code>@​jmhain</code></a></li>
   </ul>
   <h2>[0.46.0] 2024-05-03</h2>
   <h3>Changed</h3>
   <ul>
   <li>Consolidate representation of function calls, remove 
<code>AggregateExpressionWithFilter</code>, <code>ArraySubquery</code>, 
<code>ListAgg</code> and <code>ArrayAgg</code> (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1247";>#1247</a>)
 - Thanks jmhain</li>
   <li>Extended dialect trait to support numeric prefixed identifiers (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1188";>#1188</a>)
 - Thanks <a 
href="https://github.com/groobyming";><code>@​groobyming</code></a></li>
   <li>Update simple_logger requirement from 4.0 to 5.0 (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1246";>#1246</a>)
 - Thanks <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a></li>
   <li>Improve parsing of JSON accesses on Postgres and Snowflake (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1215";>#1215</a>)
 - Thanks <a href="https://github.com/jmhain";><code>@​jmhain</code></a></li>
   <li>Encapsulate Insert and Delete into specific structs (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1224";>#1224</a>)
 - Thanks <a href="https://github.com/tisonkun";><code>@​tisonkun</code></a></li>
   <li>Preserve double colon casts (and simplify cast representations) (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1221";>#1221</a>)
 - Thanks <a href="https://github.com/jmhain";><code>@​jmhain</code></a></li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Fix redundant brackets in Hive/Snowflake/Redshift (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1229";>#1229</a>)
 - Thanks <a 
href="https://github.com/yuval-illumex";><code>@​yuval-illumex</code></a></li>
   </ul>
   <h3>Added</h3>
   <ul>
   <li>Support values without parens in Snowflake and DataBricks (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1249";>#1249</a>)
 - Thanks <a 
href="https://github.com/HiranmayaGundu";><code>@​HiranmayaGundu</code></a></li>
   <li>Support WINDOW clause after QUALIFY when parsing (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1248";>#1248</a>)
 - Thanks <a href="https://github.com/iffyio";><code>@​iffyio</code></a></li>
   <li>Support <code>DECLARE</code> parsing for mssql (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1235";>#1235</a>)
 - Thanks <a 
href="https://github.com/devanbenz";><code>@​devanbenz</code></a></li>
   <li>Support <code>?</code>-based jsonb operators in Postgres (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1242";>#1242</a>)
 - THanks <a 
href="https://github.com/ReppCodes";><code>@​ReppCodes</code></a></li>
   <li>Support Struct datatype parsing for GenericDialect (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1241";>#1241</a>)
 - Thanks <a 
href="https://github.com/duongcongtoai";><code>@​duongcongtoai</code></a></li>
   <li>Support BigQuery window function null treatment (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1239";>#1239</a>)
 - Thanks <a href="https://github.com/iffyio";><code>@​iffyio</code></a></li>
   <li>Support extend pivot operator - Thanks <a 
href="https://github.com/iffyio";><code>@​iffyio</code></a></li>
   <li>Support Databricks SQL dialect (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1220";>#1220</a>)
 - Thanks <a href="https://github.com/jmhain";><code>@​jmhain</code></a></li>
   <li>Support for MSSQL CONVERT styles (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1219";>#1219</a>)
 - Thanks <a href="https://github.com/iffyio";><code>@​iffyio</code></a></li>
   <li>Support window clause using named window in BigQuery  (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1237";>#1237</a>)
 - Thanks <a href="https://github.com/iffyio";><code>@​iffyio</code></a></li>
   </ul>
   <!-- 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.47.0...v0.47.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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to