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

   Bumps [sqlparser](https://github.com/sqlparser-rs/sqlparser-rs) from 0.47.0 
to 0.48.0.
   <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.48.0] 2024-07-09</h2>
   <p>Huge shout out to <a 
href="https://github.com/iffyio";><code>@​iffyio</code></a> <a 
href="https://github.com/jmhain";><code>@​jmhain</code></a> and <a 
href="https://github.com/lovasoa";><code>@​lovasoa</code></a> for their help 
reviewing and merging PRs!</p>
   <h3>Fixed</h3>
   <ul>
   <li>Fix CI error message in CI (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1333";>#1333</a>)
 - Thanks <a href="https://github.com/alamb";><code>@​alamb</code></a></li>
   <li>Fix typo in sqlparser-derive README (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1310";>#1310</a>)
 - Thanks <a href="https://github.com/leoyvens";><code>@​leoyvens</code></a></li>
   <li>Re-enable trailing commas in DCL (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1318";>#1318</a>)
 - Thanks <a 
href="https://github.com/MohamedAbdeen21";><code>@​MohamedAbdeen21</code></a></li>
   <li>Fix a few typos in comment lines (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1316";>#1316</a>)
 - Thanks <a href="https://github.com/git-hulk";><code>@​git-hulk</code></a></li>
   <li>Fix Snowflake <code>SELECT * wildcard REPLACE ... RENAME</code> order 
(<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1321";>#1321</a>)
 - Thanks <a 
href="https://github.com/alexander-beedie";><code>@​alexander-beedie</code></a></li>
   <li>Allow semi-colon at the end of UNCACHE statement (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1320";>#1320</a>)
 - Thanks <a 
href="https://github.com/LorrensP-2158466";><code>@​LorrensP-2158466</code></a></li>
   <li>Return errors, not panic, when integers fail to parse in 
<code>AUTO_INCREMENT</code> and <code>TOP</code> (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1305";>#1305</a>)
 - Thanks <a 
href="https://github.com/eejbyfeldt";><code>@​eejbyfeldt</code></a></li>
   </ul>
   <h3>Added</h3>
   <ul>
   <li>Support <code>OWNER TO</code> clause in Postgres (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1314";>#1314</a>)
 - Thanks <a href="https://github.com/gainings";><code>@​gainings</code></a></li>
   <li>Support <code>FORMAT</code> clause for ClickHouse (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1335";>#1335</a>)
 - Thanks <a href="https://github.com/git-hulk";><code>@​git-hulk</code></a></li>
   <li>Support <code>DROP PROCEDURE</code> statement (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1324";>#1324</a>)
 - Thanks <a 
href="https://github.com/LorrensP-2158466";><code>@​LorrensP-2158466</code></a></li>
   <li>Support <code>PREWHERE</code> condition for ClickHouse dialect (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1328";>#1328</a>)
 - Thanks <a href="https://github.com/git-hulk";><code>@​git-hulk</code></a></li>
   <li>Support <code>SETTINGS</code> pairs for ClickHouse dialect (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1327";>#1327</a>)
 - Thanks <a href="https://github.com/git-hulk";><code>@​git-hulk</code></a></li>
   <li>Support <code>GROUP BY WITH MODIFIER</code> for ClickHouse dialect (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1323";>#1323</a>)
 - Thanks <a href="https://github.com/git-hulk";><code>@​git-hulk</code></a></li>
   <li>Support DuckDB Union datatype (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1322";>#1322</a>)
 - Thanks <a href="https://github.com/gstvg";><code>@​gstvg</code></a></li>
   <li>Support parametric arguments to <code>FUNCTION</code> for ClickHouse 
dialect (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1315";>#1315</a>)
 - Thanks <a href="https://github.com/git-hulk";><code>@​git-hulk</code></a></li>
   <li>Support <code>TO</code> in <code>CREATE VIEW</code> clause for 
Clickhouse (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1313";>#1313</a>)
 - Thanks <a href="https://github.com/Bidaya0";><code>@​Bidaya0</code></a></li>
   <li>Support <code>UPDATE</code> statements that contain tuple assignments 
(<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1317";>#1317</a>)
 - Thanks <a href="https://github.com/lovasoa";><code>@​lovasoa</code></a></li>
   <li>Support `BY NAME quantifier across all set ops (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1309";>#1309</a>)
 - Thanks <a 
href="https://github.com/alexander-beedie";><code>@​alexander-beedie</code></a></li>
   <li>Support SnowFlake exclusive <code>CREATE TABLE</code> options (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1233";>#1233</a>)
 - Thanks <a 
href="https://github.com/balliegojr";><code>@​balliegojr</code></a></li>
   <li>Support ClickHouse <code>CREATE TABLE</code> with primary key and 
parametrised table engine (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1289";>#1289</a>)
 - Thanks <a href="https://github.com/7phs";><code>@​7phs</code></a></li>
   <li>Support custom operators in Postgres (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1302";>#1302</a>)
 - Thanks <a href="https://github.com/lovasoa";><code>@​lovasoa</code></a></li>
   <li>Support ClickHouse data types (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1285";>#1285</a>)
 - Thanks <a href="https://github.com/7phs";><code>@​7phs</code></a></li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Add stale PR github workflow (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1331";>#1331</a>)
 - Thanks <a href="https://github.com/alamb";><code>@​alamb</code></a></li>
   <li>Refine docs (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1326";>#1326</a>)
 - Thanks <a 
href="https://github.com/emilsivervik";><code>@​emilsivervik</code></a></li>
   <li>Improve error messages with additional colons (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1319";>#1319</a>)
 - Thanks <a 
href="https://github.com/LorrensP-2158466";><code>@​LorrensP-2158466</code></a></li>
   <li>Move Display fmt to struct for <code>CreateIndex</code> (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1307";>#1307</a>)
 - Thanks <a 
href="https://github.com/philipcristiano";><code>@​philipcristiano</code></a></li>
   <li>Enhancing Trailing Comma Option (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1212";>#1212</a>)
 - Thanks <a 
href="https://github.com/MohamedAbdeen21";><code>@​MohamedAbdeen21</code></a></li>
   <li>Encapsulate <code>CreateTable</code>, <code>CreateIndex</code> into 
specific structs (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1291";>#1291</a>)
 - Thanks <a 
href="https://github.com/philipcristiano";><code>@​philipcristiano</code></a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/sqlparser-rs/sqlparser-rs/commit/285f49258967df22a455febe22773d158dd2476f";><code>285f492</code></a>
 chore: Release sqlparser version 0.48.0</li>
   <li><a 
href="https://github.com/sqlparser-rs/sqlparser-rs/commit/4e956a172344952f1162405db74599391bc25860";><code>4e956a1</code></a>
 Add CHANGELOG for 0.48.0 (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1334";>#1334</a>)</li>
   <li><a 
href="https://github.com/sqlparser-rs/sqlparser-rs/commit/32b8276b328ad014cdfbeb85d1618bb0b25c7130";><code>32b8276</code></a>
 Postgres: support for <code>OWNER TO</code> clause (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1314";>#1314</a>)</li>
   <li><a 
href="https://github.com/sqlparser-rs/sqlparser-rs/commit/07278952f9ba9c717652ae463febf14db13777ce";><code>0727895</code></a>
 Add support of FORMAT clause for ClickHouse parser (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1335";>#1335</a>)</li>
   <li><a 
href="https://github.com/sqlparser-rs/sqlparser-rs/commit/9f60eb1571c4513140cb9a95bd107e26fcf6c7be";><code>9f60eb1</code></a>
 Support <code>DROP PROCEDURE</code> statement (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1324";>#1324</a>)</li>
   <li><a 
href="https://github.com/sqlparser-rs/sqlparser-rs/commit/bbee052890bb3eb64fe3e9fc20ad70ca06df3c5f";><code>bbee052</code></a>
 Add stale PR github workflow (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1331";>#1331</a>)</li>
   <li><a 
href="https://github.com/sqlparser-rs/sqlparser-rs/commit/17e5c0c1b6c3c52e5ffd0d2caa4aad7bd7d35958";><code>17e5c0c</code></a>
 Fix CI error message in CI (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1333";>#1333</a>)</li>
   <li><a 
href="https://github.com/sqlparser-rs/sqlparser-rs/commit/66b4ec8486a18d2f542d6b83450d421ceca6572c";><code>66b4ec8</code></a>
 Fix typo in <code>sqlparser-derive</code> README (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1310";>#1310</a>)</li>
   <li><a 
href="https://github.com/sqlparser-rs/sqlparser-rs/commit/f77192d4ec19c47c90654aa6514a7e63b0d67a0b";><code>f77192d</code></a>
 Re-enable trailing commas in DCL (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1318";>#1318</a>)</li>
   <li><a 
href="https://github.com/sqlparser-rs/sqlparser-rs/commit/0884dd920d2a2bbd5c8c67cbf9ed812ce8a1dd5d";><code>0884dd9</code></a>
 Support <code>PREWHERE</code> condition for ClickHouse dialect (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1328";>#1328</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/sqlparser-rs/sqlparser-rs/compare/v0.47.0...v0.48.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sqlparser&package-manager=cargo&previous-version=0.47.0&new-version=0.48.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to