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

   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.20.0] 2022-08-05</h2>
   <h3>Added</h3>
   <ul>
   <li>Support custom <code>OPERATOR</code> postgres syntax (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/548";>#548</a>)
 - Thanks <a 
href="https://github.com/iskakaushik";><code>@​iskakaushik</code></a></li>
   <li>Support <code>SAFE_CAST</code> for BigQuery (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/552";>#552</a>)
 - Thanks <a 
href="https://github.com/togami2864";><code>@​togami2864</code></a></li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Added SECURITY.md (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/546";>#546</a>)
 - Thanks <a 
href="https://github.com/JamieSlome";><code>@​JamieSlome</code></a></li>
   <li>Allow <code>&gt;&gt;</code> and <code>&lt;&lt;</code> binary operators 
in Generic dialect (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/553";>#553</a>)
 - Thanks <a href="https://github.com/ovr";><code>@​ovr</code></a></li>
   <li>Allow <code>NestedJoin</code> with an alias (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/551";>#551</a>)
 - Thanks <a 
href="https://github.com/waitingkuo";><code>@​waitingkuo</code></a></li>
   </ul>
   <h2>[0.19.0] 2022-07-28</h2>
   <h3>Added</h3>
   <ul>
   <li>Support <code>ON CLUSTER</code> for <code>CREATE TABLE</code> statement 
(ClickHouse DDL) (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/527";>#527</a>)
 - Thanks <a 
href="https://github.com/andyrichardson";><code>@​andyrichardson</code></a></li>
   <li>Support empty <code>ARRAY</code> literals (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/532";>#532</a>)
 - Thanks <a 
href="https://github.com/bitemyapp";><code>@​bitemyapp</code></a></li>
   <li>Support <code>AT TIME ZONE</code> clause (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/539";>#539</a>)
 - Thanks <a 
href="https://github.com/bitemyapp";><code>@​bitemyapp</code></a></li>
   <li>Support <code>USING</code> clause and table aliases in 
<code>DELETE</code> (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/541";>#541</a>)
 - Thanks <a 
href="https://github.com/mobuchowski";><code>@​mobuchowski</code></a></li>
   <li>Support <code>SHOW CREATE VIEW</code> statement (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/536";>#536</a>)
 - Thanks <a href="https://github.com/mrob95";><code>@​mrob95</code></a></li>
   <li>Support <code>CLONE</code> clause in <code>CREATE TABLE</code> 
statements (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/542";>#542</a>)
 - Thanks <a 
href="https://github.com/mobuchowski";><code>@​mobuchowski</code></a></li>
   <li>Support <code>WITH OFFSET Alias</code> in table references (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/528";>#528</a>)
 - Thanks <a href="https://github.com/sivchari";><code>@​sivchari</code></a></li>
   <li>Support double quoted (<code>&quot;</code>) literal strings:  (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/530";>#530</a>)
 - Thanks <a href="https://github.com/komukomo";><code>@​komukomo</code></a></li>
   <li>Support <code>ON UPDATE</code> clause on column definitions in 
<code>CREATE TABLE</code> statements (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/522";>#522</a>)
 - Thanks <a 
href="https://github.com/frolovdev";><code>@​frolovdev</code></a></li>
   </ul>
   <h3>Changed:</h3>
   <ul>
   <li><code>Box</code>ed <code>Query</code> body to save stack space (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/540";>#540</a>)
 - Thanks <a href="https://github.com/5tan";><code>@​5tan</code></a></li>
   <li>Distinguish between <code>INT</code> and <code>INTEGER</code> types (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/525";>#525</a>)
 - Thanks <a 
href="https://github.com/frolovdev";><code>@​frolovdev</code></a></li>
   <li>Parse <code>WHERE NOT EXISTS</code> as <code>Expr::Exists</code> rather 
than <code>Expr::UnaryOp</code> for consistency (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/523";>#523</a>)
 - Thanks <a 
href="https://github.com/frolovdev";><code>@​frolovdev</code></a></li>
   <li>Support <code>Expr</code> instead of <code>String</code> for argument to 
<code>INTERVAL</code> (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/517";>#517</a>)
 - Thanks <a 
href="https://github.com/togami2864";><code>@​togami2864</code></a></li>
   </ul>
   <h3>Fixed:</h3>
   <ul>
   <li>Report characters instead of bytes in error messages (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/529";>#529</a>)
 - Thanks <a 
href="https://github.com/michael-2956";><code>@​michael-2956</code></a></li>
   </ul>
   <h2>[0.18.0] 2022-06-06</h2>
   <h3>Added</h3>
   <ul>
   <li>Support <code>CLOSE</code> (cursors) (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/515";>#515</a>)
 - Thanks <a href="https://github.com/ovr";><code>@​ovr</code></a></li>
   <li>Support <code>DECLARE</code> (cursors) (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/509";>#509</a>)
 - Thanks <a href="https://github.com/ovr";><code>@​ovr</code></a></li>
   <li>Support <code>FETCH</code> (cursors) (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/510";>#510</a>)
 - Thanks <a href="https://github.com/ovr";><code>@​ovr</code></a></li>
   <li>Support <code>DATETIME</code> keyword (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/512";>#512</a>)
 - Thanks <a href="https://github.com/komukomo";><code>@​komukomo</code></a></li>
   <li>Support <code>UNNEST</code> as a table factor (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/493";>#493</a>)
 - Thanks <a href="https://github.com/sivchari";><code>@​sivchari</code></a></li>
   <li>Support <code>CREATE FUNCTION</code> (hive flavor) (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/496";>#496</a>)
 - Thanks <a 
href="https://github.com/mobuchowski";><code>@​mobuchowski</code></a></li>
   <li>Support placeholders (<code>$</code> or <code>?</code>) in 
<code>LIMIT</code> clause (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/494";>#494</a>)
 - Thanks <a 
href="https://github.com/step-baby";><code>@​step-baby</code></a></li>
   <li>Support escaped string literals (PostgreSQL) (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/502";>#502</a>)
 - Thanks <a href="https://github.com/ovr";><code>@​ovr</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/231370a7709b640b783f25fde326edb2ef171a48";><code>231370a</code></a>
 (cargo-release) version 0.20.0</li>
   <li><a 
href="https://github.com/sqlparser-rs/sqlparser-rs/commit/bb5e2782b5dc649e7057bf9ae7aecb33a6bcff61";><code>bb5e278</code></a>
 Make 0.20.0 release notes (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/555";>#555</a>)</li>
   <li><a 
href="https://github.com/sqlparser-rs/sqlparser-rs/commit/9648a5271505fdf0a2354aa0871fab43c5722d2f";><code>9648a52</code></a>
 Create SECURITY.md (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/546";>#546</a>)</li>
   <li><a 
href="https://github.com/sqlparser-rs/sqlparser-rs/commit/1c64129f76b31a018cb6a9a7d21b9ea83da61438";><code>1c64129</code></a>
 [postgres] Add support for custom binary operators (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/548";>#548</a>)</li>
   <li><a 
href="https://github.com/sqlparser-rs/sqlparser-rs/commit/6c98228e71e358560e2e5ec93b3af5413e9f2446";><code>6c98228</code></a>
 feat: Allow to use &gt;&gt; and &lt;&lt; binary operators in Generic dialect 
(<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/553";>#553</a>)</li>
   <li><a 
href="https://github.com/sqlparser-rs/sqlparser-rs/commit/076b587bb26f725a9a172c2ca4da373e83937158";><code>076b587</code></a>
 Support <code>NestedJoin</code> with an alias (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/551";>#551</a>)</li>
   <li><a 
href="https://github.com/sqlparser-rs/sqlparser-rs/commit/e24951e0801afe8d182a260a5bd3c188cb4196c8";><code>e24951e</code></a>
 feat: support SAFE_CAST for bigquery (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/552";>#552</a>)</li>
   <li><a 
href="https://github.com/sqlparser-rs/sqlparser-rs/commit/2a04212e56c41d1c823dd138cf7285e9f6790804";><code>2a04212</code></a>
 (cargo-release) version 0.19.0</li>
   <li><a 
href="https://github.com/sqlparser-rs/sqlparser-rs/commit/ec22e00f8106de8f2973e533d579fe78216c5046";><code>ec22e00</code></a>
 Update CHANGELOG.md for 0.19.0 (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/545";>#545</a>)</li>
   <li><a 
href="https://github.com/sqlparser-rs/sqlparser-rs/commit/16af309c74c384755f2eb5d491e6328aedf85173";><code>16af309</code></a>
 Add support for ClickHouse DDL query syntax (<code>on cluster</code>) (<a 
href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/527";>#527</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/sqlparser-rs/sqlparser-rs/compare/v0.18.0...v0.20.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