You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/07/29 04:40:54 UTC

[GitHub] [arrow-ballista] dependabot[bot] opened a new pull request, #105: Update sqlparser requirement from 0.18 to 0.19

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

   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.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>
   <li>Support  <code>IS TRUE</code> and <code>IS FALSE</code> (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/499">#499</a>) - Thanks <a href="https://github.com/ovr"><code>@​ovr</code></a></li>
   <li>Support <code>DISCARD [ALL | PLANS | SEQUENCES | TEMPORARY | TEMP]</code> (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/500">#500</a>) - Thanks <a href="https://github.com/gandronchik"><code>@​gandronchik</code></a></li>
   <li>Support <code>array&lt;..&gt;</code> HIVE data types (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/491">#491</a>) - Thanks <a href="https://github.com/mobuchowski"><code>@​mobuchowski</code></a></li>
   <li>Support <code>SET</code> values that begin with <code>-</code> <a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/495">#495</a>  - Thanks <a href="https://github.com/mobuchowski"><code>@​mobuchowski</code></a></li>
   <li>Support unicode whitespace (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/482">#482</a>) - Thanks <a href="https://github.com/alexsatori"><code>@​alexsatori</code></a></li>
   <li>Support <code>BigQuery</code> dialect (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/490">#490</a>) - Thanks <a href="https://github.com/komukomo"><code>@​komukomo</code></a></li>
   </ul>
   <h3>Changed:</h3>
   <ul>
   <li>Add docs for MapAccess (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/489">#489</a>) - Thanks <a href="https://github.com/alamb"><code>@​alamb</code></a></li>
   <li>Rename <code>ArrayIndex::indexs</code> to <code>ArrayIndex::indexes</code> (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/492">#492</a>) - Thanks <a href="https://github.com/alamb"><code>@​alamb</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/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><a href="https://github.com/sqlparser-rs/sqlparser-rs/commit/f74753436a57c961a17863168b84056847f88edf"><code>f747534</code></a> Support for empty array literals (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/532">#532</a>)</li>
   <li><a href="https://github.com/sqlparser-rs/sqlparser-rs/commit/7cbbd9188eeff9eed545719dcf7953a217b044da"><code>7cbbd91</code></a> Add support for <code>AT TIME ZONE</code> (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/539">#539</a>)</li>
   <li><a href="https://github.com/sqlparser-rs/sqlparser-rs/commit/4706d8b1d2455d3fdb2fb2443f8515363b08d23d"><code>4706d8b</code></a> delete: add using clause, possibility of using aliases (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/541">#541</a>)</li>
   <li><a href="https://github.com/sqlparser-rs/sqlparser-rs/commit/93e16e98647ea909002cef09edefc129f4ea16af"><code>93e16e9</code></a> Add support for mysql 'SHOW CREATE VIEW' statement (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/536">#536</a>)</li>
   <li><a href="https://github.com/sqlparser-rs/sqlparser-rs/commit/dea7666086192b98b184375a69baaf6f526b3a72"><code>dea7666</code></a> Boxed Query body to save some stack space (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/540">#540</a>)</li>
   <li><a href="https://github.com/sqlparser-rs/sqlparser-rs/commit/5363d4e399c0f2f130a261c46343c44435cb6b8c"><code>5363d4e</code></a> create table: add clone syntax (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/542">#542</a>)</li>
   <li><a href="https://github.com/sqlparser-rs/sqlparser-rs/commit/c2ccc80c28c4589d5bae8c3e1fc8cc2851b991ba"><code>c2ccc80</code></a> Count characters instead of bytes (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/529">#529</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/sqlparser-rs/sqlparser-rs/compare/v0.18.0...v0.19.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: github-unsubscribe@arrow.apache.org

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


[GitHub] [arrow-ballista] dependabot[bot] commented on pull request #105: Update sqlparser requirement from 0.18 to 0.19

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #105:
URL: https://github.com/apache/arrow-ballista/pull/105#issuecomment-1198873424

   The following labels could not be found: `auto-dependencies`.


-- 
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-unsubscribe@arrow.apache.org

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


[GitHub] [arrow-ballista] dependabot[bot] closed pull request #105: Update sqlparser requirement from 0.18 to 0.19

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #105: Update sqlparser requirement from 0.18 to 0.19
URL: https://github.com/apache/arrow-ballista/pull/105


-- 
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-unsubscribe@arrow.apache.org

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


[GitHub] [arrow-ballista] dependabot[bot] commented on pull request #105: Update sqlparser requirement from 0.18 to 0.19

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #105:
URL: https://github.com/apache/arrow-ballista/pull/105#issuecomment-1207668724

   Superseded by #118.


-- 
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-unsubscribe@arrow.apache.org

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