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

   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.15.0</h2>
   <ul>
   <li>Allow multiple connections to the database in a single test case, which 
is useful for testing the transaction behavior. This can be achieved by 
attaching a <code>connection foo</code> record before the query or statement.
   <ul>
   <li>(parser) Add <code>Record::Connection</code>.</li>
   <li>(runner) <strong>Breaking change</strong>: Since the runner may 
establish multiple connections at runtime, <code>Runner::new</code> now takes a 
<code>impl MakeConnection</code>, which is usually a closure that returns a 
try-future of the <code>AsyncDB</code> instance.</li>
   <li>(bin) The connection to the database is now established lazily on the 
first query or statement.</li>
   </ul>
   </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.15.0] - 2023-07-06</h2>
   <ul>
   <li>Allow multiple connections to the database in a single test case, which 
is useful for testing the transaction behavior. This can be achieved by 
attaching a <code>connection foo</code> record before the query or statement.
   <ul>
   <li>(parser) Add <code>Record::Connection</code>.</li>
   <li>(runner) <strong>Breaking change</strong>: Since the runner may 
establish multiple connections at runtime, <code>Runner::new</code> now takes a 
<code>impl MakeConnection</code>, which is usually a closure that returns a 
try-future of the <code>AsyncDB</code> instance.</li>
   <li>(bin) The connection to the database is now established lazily on the 
first query or statement.</li>
   </ul>
   </li>
   </ul>
   <h2>[0.14.0] - 2023-06-08</h2>
   <ul>
   <li>We enhanced how <code>skipif</code> and <code>onlyif</code> works. 
Previously it checks against <code>DB::engine_name()</code>, and 
<code>sqllogictest-bin</code> didn't implement it.
   <ul>
   <li>(parser) A minor <strong>breaking change</strong>: Change the field 
names of <code>Condition:: OnlyIf/SkipIf</code>.</li>
   <li>(runner) Add <code>Runner::add_label</code>. Now multiple labels are 
supported ( <code>DB::engine_name()</code> is still included). The condition 
evaluates to true if <em>any</em> of the provided labels match the 
<code>skipif/onlyif &lt;lable&gt;</code>.</li>
   <li>(bin) Add <code>--label</code> option to specify custom labels.</li>
   </ul>
   </li>
   </ul>
   <h2>[0.13.2] - 2023-03-24</h2>
   <ul>
   <li><code>Runner::update_test_file</code> properly escapes regex special 
characters.</li>
   </ul>
   <h2>[0.13.1] - 2023-03-16</h2>
   <ul>
   <li>Support postgres options.</li>
   </ul>
   <h2>[0.13.0] - 2023-02-15</h2>
   <ul>
   <li><code>sqllogictest-bin</code> now uses the strict validator to update 
records (the runner still doesn't check schema).</li>
   <li>The query syntax now allows optional columns (<code>query\n</code> 
without any column arguments).</li>
   </ul>
   <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>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/risinglightdb/sqllogictest-rs/commit/97b3a79d7afaaeb5fed673d476971fc631e55189";><code>97b3a79</code></a>
 update dependencies (<a 
href="https://redirect.github.com/risinglightdb/sqllogictest-rs/issues/185";>#185</a>)</li>
   <li><a 
href="https://github.com/risinglightdb/sqllogictest-rs/commit/9e8836eb531daf177a49509af8871d03aeca3a5a";><code>9e8836e</code></a>
 feat: support multiple connections (sessions) in a single test file (<a 
href="https://redirect.github.com/risinglightdb/sqllogictest-rs/issues/180";>#180</a>)</li>
   <li>See full diff in <a 
href="https://github.com/risinglightdb/sqllogictest-rs/compare/v0.14.0...v0.15.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