This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/datafusion.git
The following commit(s) were added to refs/heads/asf-site by this push:
new bf7b2fa82f Publish built docs triggered by
a936d0de95dd394210c0338f4be60c223417a612
bf7b2fa82f is described below
commit bf7b2fa82f5e7c9f51d65fbd962f99459d5859e9
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Feb 20 18:41:13 2026 +0000
Publish built docs triggered by a936d0de95dd394210c0338f4be60c223417a612
---
_sources/contributor-guide/testing.md.txt | 4 +++-
contributor-guide/testing.html | 4 +++-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/_sources/contributor-guide/testing.md.txt
b/_sources/contributor-guide/testing.md.txt
index 5a6caed224..43b727211d 100644
--- a/_sources/contributor-guide/testing.md.txt
+++ b/_sources/contributor-guide/testing.md.txt
@@ -70,7 +70,9 @@ DataFusion's SQL implementation is tested using
[sqllogictest](https://github.co
cargo test --profile=ci --test sqllogictests
# Run a specific test file
cargo test --profile=ci --test sqllogictests -- aggregate.slt
-# Run and update expected outputs
+# Run a specific test file and update expected outputs
+cargo test --profile=ci --test sqllogictests -- aggregate.slt --complete
+# Run and update expected outputs for all test files
cargo test --profile=ci --test sqllogictests -- --complete
```
diff --git a/contributor-guide/testing.html b/contributor-guide/testing.html
index 3a26287405..6d583c553d 100644
--- a/contributor-guide/testing.html
+++ b/contributor-guide/testing.html
@@ -447,7 +447,9 @@ the Rust standard <a class="reference external"
href="https://doc.rust-lang.org/
cargo<span class="w"> </span><span class="nb">test</span><span class="w">
</span>--profile<span class="o">=</span>ci<span class="w"> </span>--test<span
class="w"> </span>sqllogictests
<span class="c1"># Run a specific test file</span>
cargo<span class="w"> </span><span class="nb">test</span><span class="w">
</span>--profile<span class="o">=</span>ci<span class="w"> </span>--test<span
class="w"> </span>sqllogictests<span class="w"> </span>--<span class="w">
</span>aggregate.slt
-<span class="c1"># Run and update expected outputs</span>
+<span class="c1"># Run a specific test file and update expected outputs</span>
+cargo<span class="w"> </span><span class="nb">test</span><span class="w">
</span>--profile<span class="o">=</span>ci<span class="w"> </span>--test<span
class="w"> </span>sqllogictests<span class="w"> </span>--<span class="w">
</span>aggregate.slt<span class="w"> </span>--complete
+<span class="c1"># Run and update expected outputs for all test files</span>
cargo<span class="w"> </span><span class="nb">test</span><span class="w">
</span>--profile<span class="o">=</span>ci<span class="w"> </span>--test<span
class="w"> </span>sqllogictests<span class="w"> </span>--<span class="w">
</span>--complete
</pre></div>
</div>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]