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/11/14 08:15:46 UTC

[PR] Update sqllogictest requirement from 0.18.0 to 0.19.0 [arrow-datafusion]

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

   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.19.0</h2>
   <h2>[0.19.0] - 2023-11-11</h2>
   <ul>
   <li>parser: refactor <code>expect</code> field in sqllogictest parser to make it easier to work with.</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.19.0] - 2023-11-11</h2>
   <ul>
   <li>parser: refactor <code>expect</code> field in sqllogictest parser to make it easier to work with.</li>
   </ul>
   <h2>[0.18.0] - 2023-11-08</h2>
   <ul>
   <li>
   <p>Support matching multiline error message under <code>----</code> for both <code>statement error</code> and <code>query error</code>.</p>
   <pre><code>query error
   SELECT 1/0;
   ----
   db error: ERROR: Failed to execute query
   <p>Caused by these errors:
   1: Failed to evaluate expression: 1/0
   2: Division by zero
   </code></pre></p>
   <p>The output error message must be the exact match of the expected one to pass the test, except for the leading and trailing whitespaces. Users may use <code>--override</code> to let the runner update the test files with the actual output.</p>
   <p>Empty lines are allowed in the expected error message. As a result, the message must end with two consecutive empty lines.</p>
   <p>Breaking changes in the parser:</p>
   <ul>
   <li>Add new variants to <code>ParseErrorKind</code>. Mark it as <code>#[non_exhaustive]</code>.</li>
   <li>Change the type of <code>expected_error</code> from <code>Regex</code> to <code>ExpectedError</code>, which is either a inline <code>Regex</code> or multiline <code>String</code>.</li>
   </ul>
   </li>
   </ul>
   <h2>[0.17.2] - 2023-11-01</h2>
   <ul>
   <li>fix(runner): fix parallel testing db name duplication. Now we use full file path instead of filename as the temporary db name in <code>run_parallel_async</code>.</li>
   </ul>
   <h2>[0.17.1] - 2023-09-20</h2>
   <ul>
   <li>bin: support envvars <code>SLT_HOST/PORT/DB/USER/PASSWORD</code></li>
   </ul>
   <h2>[0.17.0] - 2023-09-19</h2>
   <ul>
   <li>Support environment variables substituion for SQL and system commands.
   For compatibility, this feature is by default disabled, and can be enabled by adding <code>control substitution on</code> to the test file.
   <pre><code>control substitution on
   <h2>query TTTT
   SELECT
   '$foo'                -- short
   , '${foo}'              -- long
   , '${bar:default}'      -- default value
   , '${bar:$foo-default}' -- recursive default value
   FROM baz;</h2>
   <p>...
   </code></pre></p>
   </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/0919ca0d6a57daef89e2a7122019f7d8bf811d6e"><code>0919ca0</code></a> refactor: use sum type for expects in records (<a href="https://redirect.github.com/risinglightdb/sqllogictest-rs/issues/202">#202</a>)</li>
   <li>See full diff in <a href="https://github.com/risinglightdb/sqllogictest-rs/compare/v0.18.0...v0.19.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-unsubscribe@arrow.apache.org

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


Re: [PR] Update sqllogictest requirement from 0.18.0 to 0.19.0 [arrow-datafusion]

Posted by "viirya (via GitHub)" <gi...@apache.org>.
viirya merged PR #8163:
URL: https://github.com/apache/arrow-datafusion/pull/8163


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