You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/07/24 05:07:31 UTC

[GitHub] [arrow-ballista] dependabot[bot] opened a new pull request, #854: Update sqlparser requirement from 0.35.0 to 0.36.1

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

   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.35.0] 2023-06-23</h2>
   <h3>Added</h3>
   <ul>
   <li>Support <code>CREATE PROCEDURE</code> of MSSQL (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/900">#900</a>) - Thanks  <a href="https://github.com/delsehi"><code>@​delsehi</code></a></li>
   <li>Support DuckDB's <code>CREATE MACRO</code> statements (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/897">#897</a>) - Thanks <a href="https://github.com/MartinNowak"><code>@​MartinNowak</code></a></li>
   <li>Support for <code>CREATE TYPE (AS)</code> statements (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/888">#888</a>) - Thanks <a href="https://github.com/srijs"><code>@​srijs</code></a></li>
   <li>Support <code>STRICT</code> tables of sqlite (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/903">#903</a>) - Thanks <a href="https://github.com/parkma99"><code>@​parkma99</code></a></li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Fixed precedence of unary negation operator with operators: Mul, Div and Mod (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/902">#902</a>) - Thanks  <a href="https://github.com/izveigor"><code>@​izveigor</code></a></li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Add <code>support_group_by_expr</code> to <code>Dialect</code> trait (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/896">#896</a>) - Thanks <a href="https://github.com/jdye64"><code>@​jdye64</code></a></li>
   <li>Update criterion requirement from <code>0.4</code> to <code>0.5</code> in <code>/sqlparser_bench</code> (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/890">#890</a>) - Thanks <a href="https://github.com/dependabot"><code>@​dependabot</code></a> (!!)</li>
   </ul>
   <h2>[0.34.0] 2023-05-19</h2>
   <h3>Added</h3>
   <ul>
   <li>Support named window frames (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/881">#881</a>)  - Thanks <a href="https://github.com/berkaysynnada"><code>@​berkaysynnada</code></a>, <a href="https://github.com/mustafasrepo"><code>@​mustafasrepo</code></a>, and <a href="https://github.com/ozankabak"><code>@​ozankabak</code></a></li>
   <li>Support for <code>ORDER BY</code> clauses in aggregate functions (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/882">#882</a>)  - Thanks <a href="https://github.com/mustafasrepo"><code>@​mustafasrepo</code></a></li>
   <li>Support <code>DuckDB</code> dialect (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/878">#878</a>) - Thanks <a href="https://github.com/eitsupi"><code>@​eitsupi</code></a></li>
   <li>Support optional <code>TABLE</code> keyword for <code>TRUNCATE TABLE</code> (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/883">#883</a>) - Thanks <a href="https://github.com/mobuchowski"><code>@​mobuchowski</code></a></li>
   <li>Support MySQL's <code>DIV</code> operator (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/876">#876</a>) - Thanks <a href="https://github.com/eitsupi"><code>@​eitsupi</code></a></li>
   <li>Support Custom operators (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/868">#868</a>) - Thanks <a href="https://github.com/max-sixty"><code>@​max-sixty</code></a></li>
   <li>Add <code>Parser::parse_multipart_identifier</code>  (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/860">#860</a>) - Thanks <a href="https://github.com/Jefffrey"><code>@​Jefffrey</code></a></li>
   <li>Support for multiple expressions, order by in <code>ARRAY_AGG</code> (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/879">#879</a>) - Thanks <a href="https://github.com/mustafasrepo"><code>@​mustafasrepo</code></a></li>
   <li>Support for query source in <code>COPY .. TO</code> statement (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/858">#858</a>) - Thanks <a href="https://github.com/aprimadi"><code>@​aprimadi</code></a></li>
   <li>Support <code>DISTINCT ON (...)</code> (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/852">#852</a>) - Thanks <a href="https://github.com/aljazerzen"><code>@​aljazerzen</code></a></li>
   <li>Support multiple-table <code>DELETE</code> syntax (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/855">#855</a>) - Thanks <a href="https://github.com/AviRaboah"><code>@​AviRaboah</code></a></li>
   <li>Support <code>COPY INTO</code> in <code>SnowflakeDialect</code> (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/841">#841</a>) - Thanks <a href="https://github.com/pawel-big-lebowski"><code>@​pawel-big-lebowski</code></a></li>
   <li>Support identifiers beginning with digits in MySQL (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/856">#856</a>) - Thanks <a href="https://github.com/AviRaboah"><code>@​AviRaboah</code></a></li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Include license file in published crate (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/871">#871</a>) - Thanks <a href="https://github.com/ankane"><code>@​ankane</code></a></li>
   <li>Make <code>Expr::Interval</code> its own struct (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/872">#872</a>) - Thanks <a href="https://github.com/aprimadi"><code>@​aprimadi</code></a></li>
   <li>Add dialect_from_str and improve Dialect documentation (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/848">#848</a>) - Thanks <a href="https://github.com/alamb"><code>@​alamb</code></a></li>
   <li>Add clickhouse to example (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/849">#849</a>) - Thanks <a href="https://github.com/anglinb"><code>@​anglinb</code></a></li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Fix merge conflict (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/885">#885</a>) - Thanks <a href="https://github.com/alamb"><code>@​alamb</code></a></li>
   <li>Fix tiny typo in custom_sql_parser.md (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/864">#864</a>) - Thanks <a href="https://github.com/okue"><code>@​okue</code></a></li>
   <li>Fix logical merge conflict (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/865">#865</a>) - Thanks <a href="https://github.com/alamb"><code>@​alamb</code></a></li>
   <li>Test trailing commas (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/859">#859</a>) - Thanks <a href="https://github.com/aljazerzen"><code>@​aljazerzen</code></a></li>
   </ul>
   <h2>[0.33.0] 2023-04-10</h2>
   <h3>Added</h3>
   <ul>
   <li>Support for Mysql Backslash escapes (enabled by default) (<a href="https://redirect.github.com/sqlparser-rs/sqlparser-rs/issues/844">#844</a>) - Thanks <a href="https://github.com/cobyge"><code>@​cobyge</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.35.0...v0.35.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] closed pull request #854: Update sqlparser requirement from 0.35.0 to 0.36.1

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] closed pull request #854: Update sqlparser requirement from 0.35.0 to 0.36.1
URL: https://github.com/apache/arrow-ballista/pull/854


-- 
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 #854: Update sqlparser requirement from 0.35.0 to 0.36.1

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #854:
URL: https://github.com/apache/arrow-ballista/pull/854#issuecomment-1647216972

   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] commented on pull request #854: Update sqlparser requirement from 0.35.0 to 0.36.1

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #854:
URL: https://github.com/apache/arrow-ballista/pull/854#issuecomment-1696745576

   Superseded by #872.


-- 
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