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/03/02 09:04:27 UTC

[GitHub] [arrow-datafusion] dependabot[bot] opened a new pull request, #5451: build(deps): update sqlparser requirement from 0.30 to 0.31

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

   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.31.0] 2023-03-1</h2>
   <h3>Added</h3>
   <ul>
   <li>Support raw string literals for BigQuery dialect (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/812">#812</a>) - Thanks <a href="https://github.com/togami2864"><code>@​togami2864</code></a></li>
   <li>Support <code>SELECT * REPLACE &lt;Expr&gt; AS &lt;Identifier&gt;</code> in BigQuery dialect (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/798">#798</a>) - Thanks <a href="https://github.com/togami2864"><code>@​togami2864</code></a></li>
   <li>Support byte string literals for BigQuery dialect (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/802">#802</a>) - Thanks <a href="https://github.com/togami2864"><code>@​togami2864</code></a></li>
   <li>Support  columns definition list for system information functions in RedShift dialect (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/769">#769</a>) - Thanks <a href="https://github.com/mskrzypkows"><code>@​mskrzypkows</code></a></li>
   <li>Support <code>TRANSIENT</code> keyword in Snowflake dialect (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/807">#807</a>) - Thanks <a href="https://github.com/mobuchowski"><code>@​mobuchowski</code></a></li>
   <li>Support <code>JSON</code> keyword (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/799">#799</a>) - Thanks <a href="https://github.com/togami2864"><code>@​togami2864</code></a></li>
   <li>Support MySQL Character Set Introducers (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/788">#788</a>) - Thanks <a href="https://github.com/mskrzypkows"><code>@​mskrzypkows</code></a></li>
   </ul>
   <h3>Fixed</h3>
   <p>Fix clippy error in ci (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/803">#803</a>) - Thanks <a href="https://github.com/togami2864"><code>@​togami2864</code></a>
   Handle  offset in map key in BigQuery dialect  (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/797">#797</a>) - Thanks <a href="https://github.com/Ziinc"><code>@​Ziinc</code></a>
   Fix a typo (precendence -&gt; precedence) (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/794">#794</a>) - Thanks <a href="https://github.com/SARDONYX-sard"><code>@​SARDONYX-sard</code></a>
   use post_* visitors for mutable visits (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/789">#789</a>) - Thanks <a href="https://github.com/lovasoa"><code>@​lovasoa</code></a></p>
   <h3>Changed</h3>
   <p>Add another known user (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/787">#787</a>) - Thanks <a href="https://github.com/joocer"><code>@​joocer</code></a></p>
   <h2>[0.30.0] 2023-01-02</h2>
   <h3>Added</h3>
   <ul>
   <li>Support <code>RENAME</code> for wildcard <code>SELECTs</code> (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/784">#784</a>) - Thanks <a href="https://github.com/Jefffrey"><code>@​Jefffrey</code></a></li>
   <li>Add a mutable visitor (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/782">#782</a>) - Thanks <a href="https://github.com/lovasoa"><code>@​lovasoa</code></a></li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Allow parsing of mysql empty row inserts (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/783">#783</a>) - Thanks <a href="https://github.com/Jefffrey"><code>@​Jefffrey</code></a></li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Fix logical conflict (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/785">#785</a>) - Thanks <a href="https://github.com/alamb"><code>@​alamb</code></a></li>
   </ul>
   <h2>[0.29.0] 2022-12-29</h2>
   <h3>Highlights</h3>
   <ul>
   <li>Partial source location tracking: see <a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/710">#710</a></li>
   <li>Recursion limit to prevent stack overflows: <a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/764">#764</a></li>
   <li>AST visitor: <a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/765">#765</a></li>
   </ul>
   <h3>Added</h3>
   <p>feat: dollar-quoted strings support (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/772">#772</a>) - Thanks <a href="https://github.com/vasilev-alex"><code>@​vasilev-alex</code></a></p>
   <ul>
   <li>Add derive based AST visitor (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/765">#765</a>) - Thanks <a href="https://github.com/tustvold"><code>@​tustvold</code></a></li>
   <li>Support <code>ALTER INDEX {INDEX_NAME} RENAME TO {NEW_INDEX_NAME}</code> (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/767">#767</a>) - Thanks <a href="https://github.com/devgony"><code>@​devgony</code></a></li>
   <li>Support <code>CREATE TABLE ON UPDATE &lt;expr&gt;</code> Function (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/685">#685</a>) - Thanks <a href="https://github.com/CEOJINSUNG"><code>@​CEOJINSUNG</code></a></li>
   <li>Support <code>CREATE FUNCTION</code> definition with <code>$$</code> (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/755">#755</a>)- Thanks <a href="https://github.com/zidaye"><code>@​zidaye</code></a></li>
   <li>Add location tracking in the tokenizer and parser (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/710">#710</a>)  - Thanks <a href="https://github.com/ankrgyl"><code>@​ankrgyl</code></a></li>
   <li>Add configurable recursion limit to parser, to protect against stackoverflows (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/764">#764</a>)  - Thanks <a href="https://github.com/alamb"><code>@​alamb</code></a></li>
   <li>Support parsing scientific notation (such as <code>10e5</code>) (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/768">#768</a>) - Thanks <a href="https://github.com/Jefffrey"><code>@​Jefffrey</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/b8384152769ec22febe143c471d9d2fa292c9d37"><code>b838415</code></a> (cargo-release) version 0.31.0</li>
   <li><a href="https://github.com/sqlparser-rs/sqlparser-rs/commit/66ec634c67173c661ef3dee6b02bed35f20a0f54"><code>66ec634</code></a> Update CHANGELOG for version 0.31 (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/820">#820</a>)</li>
   <li><a href="https://github.com/sqlparser-rs/sqlparser-rs/commit/58de3c1222669c86691e2a9220a6262e9e599001"><code>58de3c1</code></a> feat: support raw string literal of BigQuery (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/812">#812</a>)</li>
   <li><a href="https://github.com/sqlparser-rs/sqlparser-rs/commit/70917a59ed0b7d5b0bd5167d806e4804c98c9794"><code>70917a5</code></a> feat: <code>SELECT * REPLACE \&lt;Expr&gt; AS \&lt;Identifier&gt;</code> for bigquery (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/798">#798</a>)</li>
   <li><a href="https://github.com/sqlparser-rs/sqlparser-rs/commit/0c0d088ec21d7f3883165d36c34300745816c5c7"><code>0c0d088</code></a> feat: support byte string literal in bq (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/802">#802</a>)</li>
   <li><a href="https://github.com/sqlparser-rs/sqlparser-rs/commit/c35dcc93a78f72a9060d76bba5ee6c292909e54a"><code>c35dcc9</code></a> Support redshift's columns definition list for system information functions (...</li>
   <li><a href="https://github.com/sqlparser-rs/sqlparser-rs/commit/a2fea10f89e7efacec0854ec6bf2da5362ef610d"><code>a2fea10</code></a> snowflake: add support for TRANSIENT keyword (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/807">#807</a>)</li>
   <li><a href="https://github.com/sqlparser-rs/sqlparser-rs/commit/79009f5448a6775d2c4c6cb8123e4eb59a514ff0"><code>79009f5</code></a> feat: support JSON keyword (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/799">#799</a>)</li>
   <li><a href="https://github.com/sqlparser-rs/sqlparser-rs/commit/488e8a8156cb38f770403787a348ef7634d20fc5"><code>488e8a8</code></a> Support MySQL Character Set Introducers (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/788">#788</a>)</li>
   <li><a href="https://github.com/sqlparser-rs/sqlparser-rs/commit/b31ede77331ad0cd14f50246714f68f9d2fa432f"><code>b31ede7</code></a> chore: fix clippy error in ci (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/803">#803</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/sqlparser-rs/sqlparser-rs/compare/v0.30.0...v0.31.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] dependabot[bot] commented on pull request #5451: build(deps): update sqlparser requirement from 0.30 to 0.31

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

   Superseded by #5494.


-- 
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] dependabot[bot] closed pull request #5451: build(deps): update sqlparser requirement from 0.30 to 0.31

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] closed pull request #5451: build(deps): update sqlparser requirement from 0.30 to 0.31
URL: https://github.com/apache/arrow-datafusion/pull/5451


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