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/04/04 08:36:26 UTC

[GitHub] [arrow-datafusion] dependabot[bot] opened a new pull request, #2152: Update sqlparser requirement from 0.15 to 0.16

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

   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.16.0] 2022-04-03</h2>
   <h3>Added</h3>
   <ul>
   <li>Support <code>WEEK</code> keyword in <code>EXTRACT</code> (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/436">#436</a>) - Thanks <a href="https://github.com/Ted-Jiang"><code>@​Ted-Jiang</code></a></li>
   <li>Support <code>MERGE</code> statement (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/430">#430</a>) - Thanks <a href="https://github.com/mobuchowski"><code>@​mobuchowski</code></a></li>
   <li>Support <code>SAVEPOINT</code> statement (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/438">#438</a>) - Thanks <a href="https://github.com/poonai"><code>@​poonai</code></a></li>
   <li>Support <code>TO</code> clause in <code>COPY</code> (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/441">#441</a>) - Thanks <a href="https://github.com/matthewmturner"><code>@​matthewmturner</code></a></li>
   <li>Support <code>CREATE DATABASE</code> statement (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/451">#451</a>) - Thanks <a href="https://github.com/matthewmturner"><code>@​matthewmturner</code></a></li>
   <li>Support <code>FROM</code> clause in <code>UPDATE</code> statement (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/450">#450</a>) - Thanks <a href="https://github.com/slhmy"><code>@​slhmy</code></a></li>
   <li>Support additional <code>COPY</code> options (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/446">#446</a>) - Thanks <a href="https://github.com/wangrunji0408"><code>@​wangrunji0408</code></a></li>
   </ul>
   <h3>Fixed:</h3>
   <ul>
   <li>Bug in array / map access parsing (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/433">#433</a>) - Thanks <a href="https://github.com/monadbobo"><code>@​monadbobo</code></a></li>
   </ul>
   <h2>[0.15.0] 2022-03-07</h2>
   <h3>Added</h3>
   <ul>
   <li>Support for ClickHouse array types (e.g. [1,2,3]) (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/429">#429</a>) - Thanks <a href="https://github.com/monadbobo"><code>@​monadbobo</code></a></li>
   <li>Support for <code>unsigned tinyint</code>, <code>unsigned int</code>, <code>unsigned smallint</code> and <code>unsigned bigint</code> datatypes (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/428">#428</a>) - Thanks <a href="https://github.com/watarukura"><code>@​watarukura</code></a></li>
   <li>Support additional keywords for <code>EXTRACT</code>  (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/427">#427</a>) - Thanks <a href="https://github.com/mobuchowski"><code>@​mobuchowski</code></a></li>
   <li>Support IN UNNEST(expression) (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/426">#426</a>) - Thanks <a href="https://github.com/komukomo"><code>@​komukomo</code></a></li>
   <li>Support COLLATION keywork on CREATE TABLE (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/424">#424</a>) - Thanks <a href="https://github.com/watarukura"><code>@​watarukura</code></a></li>
   <li>Support FOR UPDATE/FOR SHARE clause (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/418">#418</a>) - Thanks <a href="https://github.com/gamife"><code>@​gamife</code></a></li>
   <li>Support prepared statement placeholder arg <code>?</code> and <code>$</code> (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/420">#420</a>) - Thanks <a href="https://github.com/gamife"><code>@​gamife</code></a></li>
   <li>Support array expressions such as <code>ARRAY[1,2]</code> , <code>foo[1]</code> and <code>INT[][]</code> (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/419">#419</a>) - Thanks <a href="https://github.com/gamife"><code>@​gamife</code></a></li>
   </ul>
   <h3>Changed:</h3>
   <ul>
   <li>remove Travis CI (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/421">#421</a>) - Thanks <a href="https://github.com/efx"><code>@​efx</code></a></li>
   </ul>
   <h3>Fixed:</h3>
   <ul>
   <li>Allow <code>array</code> to be used as a function name again (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/432">#432</a>) - <a href="https://github.com/alamb"><code>@​alamb</code></a></li>
   <li>Update docstring reference to <code>Query</code> (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/423">#423</a>) - Thanks <a href="https://github.com/max-sixty"><code>@​max-sixty</code></a></li>
   </ul>
   <h2>[0.14.0] 2022-02-09</h2>
   <h3>Added</h3>
   <ul>
   <li>Support <code>CURRENT_TIMESTAMP</code>, <code>CURRENT_TIME</code>, and <code>CURRENT_DATE</code> (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/391">#391</a>) - Thanks <a href="https://github.com/yuval-illumex"><code>@​yuval-illumex</code></a></li>
   <li>SUPPORT <code>SUPER</code> keyword (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/387">#387</a>) - Thanks <a href="https://github.com/flaneur2020"><code>@​flaneur2020</code></a></li>
   <li>Support differing orders of <code>OFFSET</code> <code>LIMIT</code> as well as <code>LIMIT</code> <code>OFFSET</code> (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/413">#413</a>) - Thanks <a href="https://github.com/yuval-illumex"><code>@​yuval-illumex</code></a></li>
   <li>Support for <code>FROM &lt;filename&gt;</code>, <code>DELIMITER</code>, and <code>CSV HEADER</code> options for <code>COPY</code> command (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/409">#409</a>) - Thanks <a href="https://github.com/poonai"><code>@​poonai</code></a></li>
   <li>Support <code>CHARSET</code> and <code>ENGINE</code> clauses on <code>CREATE TABLE</code> for mysql (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/392">#392</a>) - Thanks <a href="https://github.com/antialize"><code>@​antialize</code></a></li>
   <li>Support <code>DROP CONSTRAINT [ IF EXISTS ] &lt;name&gt; [ CASCADE ]</code> (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/396">#396</a>) - Thanks <a href="https://github.com/tvallotton"><code>@​tvallotton</code></a></li>
   <li>Support parsing tuples and add <code>Expr::Tuple</code> (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/414">#414</a>) - <a href="https://github.com/alamb"><code>@​alamb</code></a></li>
   <li>Support MySQL style <code>LIMIT X, Y</code> (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/415">#415</a>) - <a href="https://github.com/alamb"><code>@​alamb</code></a></li>
   <li>Support <code>SESSION TRANSACTION</code> and <code>TRANSACTION SNAPSHOT</code>. (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/379">#379</a>) - Thanks <a href="https://github.com/poonai"><code>@​poonai</code></a></li>
   <li>Support <code>ALTER COLUMN</code> and <code>RENAME CONSTRAINT</code>  (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/381">#381</a>) - Thanks <a href="https://github.com/zhamlin"><code>@​zhamlin</code></a></li>
   <li>Support for Map access, add ClickHouse dialect (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/382">#382</a>)  - Thanks <a href="https://github.com/monadbobo"><code>@​monadbobo</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/7480e89f7ba4c991357f97d82816e12c99f02581"><code>7480e89</code></a> (cargo-release) version 0.16.0</li>
   <li><a href="https://github.com/sqlparser-rs/sqlparser-rs/commit/f125a287b5d1ec4f491e6837c0d9d4d16e3c8d57"><code>f125a28</code></a> Update changelog for 0.16.0 (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/452">#452</a>)</li>
   <li><a href="https://github.com/sqlparser-rs/sqlparser-rs/commit/bfd416d9785acc5d75f811cf0240c18d999a1d38"><code>bfd416d</code></a> Add support for more postgres <code>COPY</code> options (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/446">#446</a>)</li>
   <li><a href="https://github.com/sqlparser-rs/sqlparser-rs/commit/fd8f2df10d4f21887d5d6a523b79412c1ee2d26c"><code>fd8f2df</code></a> Support <code>Update Set From</code> statement (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/450">#450</a>)</li>
   <li><a href="https://github.com/sqlparser-rs/sqlparser-rs/commit/803fd6c970cced96442c56d5952e8cf671bf10e3"><code>803fd6c</code></a> Add CREATE DATABASE test and parsing (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/451">#451</a>)</li>
   <li><a href="https://github.com/sqlparser-rs/sqlparser-rs/commit/d38c30e9ffd8a56ff8da72773c3c5f693a38416c"><code>d38c30e</code></a> add SELECT INTO statement variation (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/447">#447</a>)</li>
   <li><a href="https://github.com/sqlparser-rs/sqlparser-rs/commit/b68e9a380191bf4eac2f1265027b3eba4e829294"><code>b68e9a3</code></a> Add support for <code>COPY TO</code> (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/441">#441</a>)</li>
   <li><a href="https://github.com/sqlparser-rs/sqlparser-rs/commit/12a3e97ef39333c82afaae3b377c2166db8ec9c4"><code>12a3e97</code></a> add support for SAVEPOINT statement (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/438">#438</a>)</li>
   <li><a href="https://github.com/sqlparser-rs/sqlparser-rs/commit/497a3b0e1b88cfe66b5b7fcd881d3682c83dc7f1"><code>497a3b0</code></a> Fixed the bug that the access parsing is wrong when multiple query conditions...</li>
   <li><a href="https://github.com/sqlparser-rs/sqlparser-rs/commit/6b55e51101e5ceaea403ff160ec051a4ee220808"><code>6b55e51</code></a> add support for MERGE statement (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/430">#430</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/sqlparser-rs/sqlparser-rs/compare/v0.15.0...v0.16.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-datafusion] alamb commented on pull request #2152: Update sqlparser requirement from 0.15 to 0.16

Posted by GitBox <gi...@apache.org>.
alamb commented on PR #2152:
URL: https://github.com/apache/arrow-datafusion/pull/2152#issuecomment-1087375574

   FYI @matthewmturner  and @Ted-Jiang 


-- 
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-datafusion] alamb merged pull request #2152: Update sqlparser requirement from 0.15 to 0.16

Posted by GitBox <gi...@apache.org>.
alamb merged PR #2152:
URL: https://github.com/apache/arrow-datafusion/pull/2152


-- 
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-datafusion] matthewmturner commented on pull request #2152: Update sqlparser requirement from 0.15 to 0.16

Posted by GitBox <gi...@apache.org>.
matthewmturner commented on PR #2152:
URL: https://github.com/apache/arrow-datafusion/pull/2152#issuecomment-1087503801

   Thanks for creating that release @alamb !


-- 
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-datafusion] Ted-Jiang commented on pull request #2152: Update sqlparser requirement from 0.15 to 0.16

Posted by GitBox <gi...@apache.org>.
Ted-Jiang commented on PR #2152:
URL: https://github.com/apache/arrow-datafusion/pull/2152#issuecomment-1087592127

   Thanks for  the release @alamb ❤️


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