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/07 05:08:00 UTC

[GitHub] [arrow-ballista] dependabot[bot] opened a new pull request, #701: Update sqlparser requirement from 0.30.0 to 0.32.0

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

   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.32.0] 2023-03-6</h2>
   <h3>Added</h3>
   <ul>
   <li>Support ClickHouse <code>CREATE TABLE</code> with <code>ORDER BY</code> (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/824">#824</a>) - Thanks <a href="https://github.com/ankrgyl"><code>@​ankrgyl</code></a></li>
   <li>Support PostgreSQL exponentiation <code>^</code> operator (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/813">#813</a>) - Thanks <a href="https://github.com/michael-2956"><code>@​michael-2956</code></a></li>
   <li>Support <code>BIGNUMERIC</code> type in BigQuery (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/811">#811</a>) - Thanks <a href="https://github.com/togami2864"><code>@​togami2864</code></a></li>
   <li>Support for optional trailing commas (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/810">#810</a>) - Thanks <a href="https://github.com/ankrgyl"><code>@​ankrgyl</code></a></li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Fix table alias parsing regression by backing out redshift column definition list (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/827">#827</a>) - Thanks <a href="https://github.com/alamb"><code>@​alamb</code></a></li>
   <li>Fix typo in <code>ReplaceSelectElement</code>  <code>colum_name</code> --&gt; <code>column_name</code> (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/822">#822</a>) - Thanks <a href="https://github.com/togami2864"><code>@​togami2864</code></a></li>
   </ul>
   <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>
   <ul>
   <li>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></li>
   <li>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></li>
   <li>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></li>
   <li>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></li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>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></li>
   </ul>
   <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>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/sqlparser-rs/sqlparser-rs/commit/5f815c2b08e7e916412ed326ae425ada5bfa4c08"><code>5f815c2</code></a> (cargo-release) version 0.32.0</li>
   <li><a href="https://github.com/sqlparser-rs/sqlparser-rs/commit/1d358592ab0052305ee8ec8da5bb4059eed36e34"><code>1d35859</code></a> Changelog for 0.32.0 (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/830">#830</a>)</li>
   <li><a href="https://github.com/sqlparser-rs/sqlparser-rs/commit/7f4c9132d71029636f00a5c7ebe1d21898887c47"><code>7f4c913</code></a> Fix table alias parsing regression in 0.31.0 by backing out redshift column d...</li>
   <li><a href="https://github.com/sqlparser-rs/sqlparser-rs/commit/d69b875367385cfc1d18296f390674cfc3729e4a"><code>d69b875</code></a> ClickHouse CREATE TABLE Fixes: add ORDER BY and fix clause ordering (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/824">#824</a>)</li>
   <li><a href="https://github.com/sqlparser-rs/sqlparser-rs/commit/1cf913e7173a27897c0d198782e385de806dbcbd"><code>1cf913e</code></a> feat: Support PostgreSQL exponentiation. (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/813">#813</a>)</li>
   <li><a href="https://github.com/sqlparser-rs/sqlparser-rs/commit/fbbf1a4e848bcaed8740854e91ce9e4481b2c115"><code>fbbf1a4</code></a> feat: support <code>BIGNUMERIC</code> of bigquery (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/811">#811</a>)</li>
   <li><a href="https://github.com/sqlparser-rs/sqlparser-rs/commit/b45306819c34397fc65f116ab1cc85178ee1bb6e"><code>b453068</code></a> Add support for trailing commas (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/810">#810</a>)</li>
   <li><a href="https://github.com/sqlparser-rs/sqlparser-rs/commit/2285bb44ba55f2256c17d72b33dc620573f225b6"><code>2285bb4</code></a> chore: fix typo (<a href="https://github-redirect.dependabot.com/sqlparser-rs/sqlparser-rs/issues/822">#822</a>)</li>
   <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>Additional commits viewable in <a href="https://github.com/sqlparser-rs/sqlparser-rs/compare/v0.30.0...v0.32.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 #701: Update sqlparser requirement from 0.30.0 to 0.32.0

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

   Looks like sqlparser is up-to-date now, so this is no longer needed.


-- 
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 #701: Update sqlparser requirement from 0.30.0 to 0.32.0

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


-- 
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 #701: Update sqlparser requirement from 0.30.0 to 0.32.0

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

   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