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/02/10 09:08:37 UTC

[GitHub] [arrow-datafusion] dependabot[bot] opened a new pull request, #5237: Update sqllogictest requirement from 0.11.1 to 0.12.0

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

   Updates the requirements on [sqllogictest](https://github.com/risinglightdb/sqllogictest-rs) to permit the latest version.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/risinglightdb/sqllogictest-rs/releases">sqllogictest's releases</a>.</em></p>
   <blockquote>
   <h2>Release: v0.12.0</h2>
   <ul>
   <li>customizable column types and validators</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/risinglightdb/sqllogictest-rs/blob/main/CHANGELOG.md">sqllogictest's changelog</a>.</em></p>
   <blockquote>
   <h2>[0.12.0] - 2023-02-09</h2>
   <ul>
   <li>customizable column types and validators</li>
   </ul>
   <h2>[0.11.2] - 2023-02-09</h2>
   <ul>
   <li>support multiple files as input in cli</li>
   <li>remove unnecessary debug</li>
   </ul>
   <h2>[0.11.1] - 2023-01-15</h2>
   <ul>
   <li>fix parsing for trailing comments</li>
   </ul>
   <h2>[0.11.0] - 2023-01-14</h2>
   <p>This release contains some minor fixes.</p>
   <ul>
   <li>fix: use <code>Vec&lt;Vec&lt;String&gt;&gt;</code> for external engine (JDBC)</li>
   <li>fix: Use <code>lines()</code> instead of <code>split('\n')</code> in <code>parse_inner</code>. So the behavior can be correct on Windows.</li>
   <li>fix: parse DML with <code>returning</code> as a query</li>
   <li>A minor <strong>breaking change</strong>: <code>update_test_file</code> takes <code>&amp;mut Runner</code> instead of its ownnership.</li>
   </ul>
   <h2>[0.10.0] - 2022-12-15</h2>
   <ul>
   <li>
   <p>Improve the ability to unparse and update the test files. Mainly add <code>update_record_with_output</code> and <code>update_test_file</code> to the library.</p>
   <p>More details:</p>
   <ul>
   <li>Add <code>impl Display</code> for <code>Record</code> (refactor <code>unparse</code>).</li>
   <li>Add <code>Record::Whitespace</code> so the whitespace in the original files can be reconstructed during <code>unparse</code>.</li>
   <li>Add tests for unparsing and updating records.</li>
   <li>Refactor and fix the behavior about newlines and <code>halt</code> for CLI options <code>--override</code> and <code>--format</code>.</li>
   </ul>
   </li>
   <li>
   <p>Fix: <code>hash-threshold</code> should be compared with the number of values instead of the number of rows.</p>
   </li>
   <li>
   <p><strong>Breaking change</strong>: The type of <code>Validator</code> is changed from <code>fn(&amp;Vec&lt;String&gt;, &amp;Vec&lt;String&gt;) -&gt; bool</code> to <code>fn(&amp;[Vec&lt;String&gt;], &amp;[String]) -&gt; bool</code>. Also added a <code>default_validator</code>.</p>
   </li>
   </ul>
   <p>Thanks to the contributions of <a href="https://github.com/alamb"><code>@​alamb</code></a> and <a href="https://github.com/xudong963"><code>@​xudong963</code></a> .</p>
   <h2>[0.9.0] - 2022-12-07</h2>
   <ul>
   <li>Improve the format and color handling for errors.</li>
   <li>Support <code>hash-threshold</code>.</li>
   <li>Fix <code>statement count &lt;n&gt;</code> for postgres engines.</li>
   <li><strong>Breaking change</strong>: use <code>Vec&lt;Vec&lt;String&gt;&gt;</code> instead of <code>String</code> as the query results by <code>DB</code>. This allows the runner to verify the results more precisely.
   <ul>
   <li>For <code>rowsort</code>, runner will only sort actual results now, which means the result in the test cases should be sorted.</li>
   </ul>
   </li>
   <li><strong>Breaking change</strong>: <code>Hook</code> is removed.</li>
   <li><strong>Breaking change</strong>: <code>Record</code> and parser's behavior are tweaked:
   <ul>
   <li>retain <code>Include</code> record when linking its content</li>
   <li>keep parsing after <code>Halt</code></li>
   <li>move <code>Begin/EndInclude</code> to <code>Injected</code></li>
   </ul>
   </li>
   <li>Added CLI options <code>--override</code> and <code>--format</code>, which can override the test files with the actual output of the database, or reformat the test files.</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/risinglightdb/sqllogictest-rs/commit/30ba82f4f16458d5206807ca041872bcdcf2eade"><code>30ba82f</code></a> release: bump to v0.12.0 (<a href="https://github-redirect.dependabot.com/risinglightdb/sqllogictest-rs/issues/162">#162</a>)</li>
   <li><a href="https://github.com/risinglightdb/sqllogictest-rs/commit/2cbe58d110009cfbf52c9173381b21336319dbec"><code>2cbe58d</code></a> feat: Customizable column types and validators (<a href="https://github-redirect.dependabot.com/risinglightdb/sqllogictest-rs/issues/160">#160</a>)</li>
   <li><a href="https://github.com/risinglightdb/sqllogictest-rs/commit/60ade8c9946e52f57016180dde34f1522255135b"><code>60ade8c</code></a> release: bump to v0.11.2 (<a href="https://github-redirect.dependabot.com/risinglightdb/sqllogictest-rs/issues/161">#161</a>)</li>
   <li><a href="https://github.com/risinglightdb/sqllogictest-rs/commit/c432f91bc1d0b67ad916615a17d8c701ff4c2994"><code>c432f91</code></a> chore: downgrade logging in sqllogictest crate to debug (<a href="https://github-redirect.dependabot.com/risinglightdb/sqllogictest-rs/issues/159">#159</a>)</li>
   <li><a href="https://github.com/risinglightdb/sqllogictest-rs/commit/7b1a671a02838fb2fd137346627a6530f5cd683a"><code>7b1a671</code></a> CLI: support multiple files as input (<a href="https://github-redirect.dependabot.com/risinglightdb/sqllogictest-rs/issues/157">#157</a>)</li>
   <li><a href="https://github.com/risinglightdb/sqllogictest-rs/commit/4d75dd71605f81b15ae26a2db8022cde64b472a2"><code>4d75dd7</code></a> refactor: expose built-in engines to <code>sqllogictest-engines</code> crate (<a href="https://github-redirect.dependabot.com/risinglightdb/sqllogictest-rs/issues/154">#154</a>)</li>
   <li><a href="https://github.com/risinglightdb/sqllogictest-rs/commit/a49cc0004627f43467a9dbafef500e96cb0b8150"><code>a49cc00</code></a> refactor: modern deps, md-5, similar, educe (<a href="https://github-redirect.dependabot.com/risinglightdb/sqllogictest-rs/issues/155">#155</a>)</li>
   <li>See full diff in <a href="https://github.com/risinglightdb/sqllogictest-rs/compare/v0.11.1...v0.12.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 #5237: Update sqllogictest requirement from 0.11.1 to 0.12.0

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

   OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts on it.


-- 
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 closed pull request #5237: Update sqllogictest requirement from 0.11.1 to 0.12.0

Posted by "alamb (via GitHub)" <gi...@apache.org>.
alamb closed pull request #5237: Update sqllogictest requirement from 0.11.1 to 0.12.0
URL: https://github.com/apache/arrow-datafusion/pull/5237


-- 
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 #5237: Update sqllogictest requirement from 0.11.1 to 0.12.0

Posted by "alamb (via GitHub)" <gi...@apache.org>.
alamb commented on PR #5237:
URL: https://github.com/apache/arrow-datafusion/pull/5237#issuecomment-1426238932

   I fixed the compilation  in https://github.com/apache/arrow-datafusion/pull/5244


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