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

   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>v0.22.0</h2>
   <h2>[0.22.0] - 2024-09-09</h2>
   <ul>
   <li>engines/bin: support MySQL engine</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.22.0] - 2024-09-09</h2>
   <ul>
   <li>engines/bin: support MySQL engine</li>
   </ul>
   <h2>[0.21.0] - 2024-06-30</h2>
   <p><strong>Breaking changes</strong>:</p>
   <ul>
   <li>runner: <code>RecordOutput</code> is now returned by 
<code>Runner::run</code> (or <code>Runner::run_async</code>). This allows users 
to access the output of each record, or check whether the record is 
skipped.</li>
   <li>runner(substitution): add a special variable <code>__NOW__</code> which 
will be replaced with the current Unix timestamp in nanoseconds.</li>
   <li>runner(substitution): for <code>system</code> commands, we do not 
substitute environment variables any more, because the shell can do that. It's 
necessary to escape like <code>\\</code> any more. <code>$__TEST_DIR__</code>, 
and are still supported.</li>
   <li>runner(system): change <code>sh</code> to <code>bash</code>.</li>
   </ul>
   <h2>[0.20.6] - 2024-06-21</h2>
   <ul>
   <li>runner: add logs for <code>system</code> command (with target 
<code>sqllogictest::system_command</code>) for ease of debugging.</li>
   </ul>
   <h2>[0.20.5] - 2024-06-20</h2>
   <ul>
   <li>fix(runner): when running in parallel, the runner will correctly inherit 
configuration like <code>sort_mode</code> and <code>labels</code> from the main 
runner.</li>
   </ul>
   <h2>[0.20.4] - 2024-06-06</h2>
   <ul>
   <li>bump dependencies</li>
   </ul>
   <h2>[0.20.3] - 2024-06-06</h2>
   <ul>
   <li>feat(bin): hide <code>INFO</code> level log by default</li>
   </ul>
   <h2>[0.20.2] - 2024-04-22</h2>
   <ul>
   <li>fix(bin): <code>halt</code> is not handled.</li>
   </ul>
   <h2>[0.20.1] - 2024-04-17</h2>
   <ul>
   <li>bin: When using <code>-j &lt;jobs&gt;</code> to run tests in parallel, 
add a random suffix to the temporary databases. This is useful if the test is 
manually canceled, but you want to rerun it freshly. Note that if the test 
failed, the database will be dropped. This is existing behavior and 
unchanged.</li>
   <li>bin: replace <code>env_logger</code> with 
<code>tracing-subscriber</code>. You will be able to see the record being 
executed with <code>RUST_LOG=debug sqllogictest ...</code>.</li>
   <li>runner: fix the behavior of background <code>system</code> commands (end 
with <code>&amp;</code>). In <code>0.20.0</code>, it will block until the 
process exits. Now we return immediately.
   <pre><code>system ok
   sleep 5 &amp;
   </code></pre>
   </li>
   </ul>
   <h2>[0.20.0] - 2024-04-08</h2>
   <ul>
   <li>Show stdout, stderr when <code>system</code> command fails.</li>
   <li>Support matching stdout for <code>system</code>
   <pre><code>system ok
   echo &quot;Hello, world!&quot;
   ----
   </code></pre>
   </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/a6bbfdbfeeaf2b08fdbe0158dcf73cb3312c7bd7";><code>a6bbfdb</code></a>
 feat: add mysql engine to cli (<a 
href="https://redirect.github.com/risinglightdb/sqllogictest-rs/issues/228";>#228</a>)</li>
   <li>See full diff in <a 
href="https://github.com/risinglightdb/sqllogictest-rs/compare/v0.21.0...v0.22.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 show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@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-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to