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

   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 refs/tags/v0.9.0</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>
   </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.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>
   <h2>[0.8.0] - 2022-11-22</h2>
   <ul>
   <li>Support checking error message using <code>statement error 
&lt;regex&gt;</code> and <code>query error &lt;regex&gt;</code> syntax.
   <ul>
   <li><strong>Breaking change</strong>: <code>Record::Statement</code>,  
<code>Record::Query</code> and <code>TestErrorKind</code> are changed 
accordingly.</li>
   </ul>
   </li>
   </ul>
   <h2>[0.7.1] - 2022-11-15</h2>
   <ul>
   <li>Fix: <code>--external-engine-command-template</code> should not be 
required</li>
   </ul>
   <h2>[0.7.0] - 2022-11-14</h2>
   <ul>
   <li>Add support for external driver.</li>
   <li>Support more type in postgres-extended.</li>
   <li>Record file stack in location.</li>
   </ul>
   <h2>[0.6.4] - 2022-08-25</h2>
   <ul>
   <li>Use one session for each file in serial mode.</li>
   </ul>
   <h2>[0.6.3] - 2022-08-24</h2>
   <ul>
   <li>Support registering hook function after each query.</li>
   </ul>
   <h2>[0.6.2] - 2022-08-22</h2>
   <ul>
   <li>Support load balancing of multiple addr.</li>
   <li>Integrate with libtest-mimic. Add the macro 
<code>sqllogictest::harness!</code>.</li>
   <li>Improve error handling for parser.</li>
   </ul>
   <h2>[0.6.1] - 2022-08-16</h2>
   <ul>
   <li>Add parallel running to <code>Runner</code>.</li>
   <li>Drop database after parallel run.</li>
   </ul>
   <h2>[0.6.0] - 2022-08-06</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/risinglightdb/sqllogictest-rs/commit/03833d23d5cbfbcef1e05dcf425126632b4d5be4";><code>03833d2</code></a>
 release: bump to 0.9.0 (<a 
href="https://github-redirect.dependabot.com/risinglightdb/sqllogictest-rs/issues/113";>#113</a>)</li>
   <li><a 
href="https://github.com/risinglightdb/sqllogictest-rs/commit/348c5b19728e668ad039fa1f0ee10fe4b1399ad2";><code>348c5b1</code></a>
 feat: support generate &amp; format test files (<a 
href="https://github-redirect.dependabot.com/risinglightdb/sqllogictest-rs/issues/112";>#112</a>)</li>
   <li><a 
href="https://github.com/risinglightdb/sqllogictest-rs/commit/49e3a3cf8a683f81a74d6d6fb7d04c50f0646ed5";><code>49e3a3c</code></a>
 refactor: use Vec&lt;Vec<!-- raw HTML omitted -->&gt; as query results &amp; 
fix hash-threshold (<a 
href="https://github-redirect.dependabot.com/risinglightdb/sqllogictest-rs/issues/111";>#111</a>)</li>
   <li><a 
href="https://github.com/risinglightdb/sqllogictest-rs/commit/d86966a3bd97b372c1dedbddc5291c397a601dee";><code>d86966a</code></a>
 feat: support hash-threshold (<a 
href="https://github-redirect.dependabot.com/risinglightdb/sqllogictest-rs/issues/106";>#106</a>)</li>
   <li><a 
href="https://github.com/risinglightdb/sqllogictest-rs/commit/d41db5446580baf0f39b68bc41d6c85d1ca2b60c";><code>d41db54</code></a>
 fix: do not always colorize TestErrorKind (<a 
href="https://github-redirect.dependabot.com/risinglightdb/sqllogictest-rs/issues/105";>#105</a>)</li>
   <li><a 
href="https://github.com/risinglightdb/sqllogictest-rs/commit/9bcdecebbd64b50453882f19a262af3787979944";><code>9bcdece</code></a>
 fix: swap colors in diff (<a 
href="https://github-redirect.dependabot.com/risinglightdb/sqllogictest-rs/issues/100";>#100</a>)</li>
   <li>See full diff in <a 
href="https://github.com/risinglightdb/sqllogictest-rs/compare/v0.8.0...v0.9.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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to