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

   Bumps [sqlparser](https://github.com/sqlparser-rs/sqlparser-rs) from 0.47.0 
to 0.49.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.49.0] 2024-07-23</h2>
   <p>As always, huge props 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>
   <p>We are in the process of moving sqlparser to governed as part of the 
Apache
   DataFusion project: <a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1294";>sqlparser-rs/sqlparser-rs#1294</a></p>
   <h3>Fixed</h3>
   <ul>
   <li>Fix quoted identifier regression edge-case with &quot;from&quot; in 
SELECT (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1346";>#1346</a>)
 - Thanks <a 
href="https://github.com/alexander-beedie";><code>@​alexander-beedie</code></a></li>
   <li>Fix <code>AS</code> query clause should be after the create table 
options (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1339";>#1339</a>)
 - Thanks <a href="https://github.com/git-hulk";><code>@​git-hulk</code></a></li>
   </ul>
   <h3>Added</h3>
   <ul>
   <li>Support 
<code>MATERIALIZED</code>/<code>ALIAS</code>/<code>EPHERMERAL</code> default 
column options for ClickHouse (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1348";>#1348</a>)
 - Thanks <a href="https://github.com/git-hulk";><code>@​git-hulk</code></a></li>
   <li>Support <code>()</code> as the <code>GROUP BY</code> nothing (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1347";>#1347</a>)
 - Thanks <a href="https://github.com/git-hulk";><code>@​git-hulk</code></a></li>
   <li>Support Map literal syntax for DuckDB and Generic (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1344";>#1344</a>)
 - Thanks <a 
href="https://github.com/goldmedal";><code>@​goldmedal</code></a></li>
   <li>Support subquery expression in <code>SET</code> expressions (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1343";>#1343</a>)
 - Thanks <a href="https://github.com/iffyio";><code>@​iffyio</code></a></li>
   <li>Support <code>WITH FILL</code> for ClickHouse (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1330";>#1330</a>)
 - Thanks <a 
href="https://github.com/nickpresta";><code>@​nickpresta</code></a></li>
   <li>Support <code>PARTITION BY</code> for PostgreSQL in <code>CREATE 
TABLE</code> statement (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1338";>#1338</a>)
 - Thanks <a href="https://github.com/git-hulk";><code>@​git-hulk</code></a></li>
   <li>Support of table function <code>WITH ORDINALITY</code> modifier for 
Postgres  (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1337";>#1337</a>)
 - Thanks <a href="https://github.com/git-hulk";><code>@​git-hulk</code></a></li>
   </ul>
   <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>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/sqlparser-rs/sqlparser-rs/commit/6c64d43e1bbf4ebc78754c63560894f0d867bdac";><code>6c64d43</code></a>
 chore: Release sqlparser version 0.49.0</li>
   <li><a 
href="https://github.com/sqlparser-rs/sqlparser-rs/commit/1e82a145adcc090b2768814f19f23fd4d80267a5";><code>1e82a14</code></a>
 Add CHANGELOG for 0.49.0 (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1350";>#1350</a>)</li>
   <li><a 
href="https://github.com/sqlparser-rs/sqlparser-rs/commit/390d4d3554580f618c6d8edd177b875b849f326f";><code>390d4d3</code></a>
 Add support of MATERIALIZED/ALIAS/EPHERMERAL default column options for 
Click...</li>
   <li><a 
href="https://github.com/sqlparser-rs/sqlparser-rs/commit/b27abf00e2e67b28b25afc9da7c2ddd2a104c449";><code>b27abf0</code></a>
 Allow to use <code>()</code> as the GROUP BY nothing (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1347";>#1347</a>)</li>
   <li><a 
href="https://github.com/sqlparser-rs/sqlparser-rs/commit/48ea5640a221b91a93fad769f96cd2aa37932436";><code>48ea564</code></a>
 Support Map literal syntax for DuckDB and Generic (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1344";>#1344</a>)</li>
   <li><a 
href="https://github.com/sqlparser-rs/sqlparser-rs/commit/71dc96658655e25288acdb9dc1d5c9d0f245016a";><code>71dc966</code></a>
 Fix quoted identifier regression edge-case with &quot;from&quot; in SELECT (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1346";>#1346</a>)</li>
   <li><a 
href="https://github.com/sqlparser-rs/sqlparser-rs/commit/028ada8350d3b2ada4aa67f5e828b318565590f2";><code>028ada8</code></a>
 Support subquery expression in SET expressions (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1343";>#1343</a>)</li>
   <li><a 
href="https://github.com/sqlparser-rs/sqlparser-rs/commit/845a1aaddd371a586c41ab9b68ad21a4bbc3884f";><code>845a1aa</code></a>
 [ClickHouse] Add support for WITH FILL to OrderByExpr (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1330";>#1330</a>)</li>
   <li><a 
href="https://github.com/sqlparser-rs/sqlparser-rs/commit/20f7ac59e38d52e293476b7ad844e7f744a16c43";><code>20f7ac5</code></a>
 Fix AS query clause should be after the create table options (<a 
href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/1339";>#1339</a>)</li>
   <li><a 
href="https://github.com/sqlparser-rs/sqlparser-rs/commit/993216f3ac279e1e86a16de8696e60dc78d5a418";><code>993216f</code></a>
 Enable PARTITION BY feature for PostgreSQL while parsing the create table 
sta...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/sqlparser-rs/sqlparser-rs/compare/v0.47.0...v0.49.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.49.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: [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