You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by gi...@apache.org on 2023/04/04 21:27:58 UTC

[arrow-datafusion] branch asf-site updated: Publish built docs triggered by 33af59ead95c4c9db31bb680de5faa2a956d7eda

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/arrow-datafusion.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new c760e27a4a Publish built docs triggered by 33af59ead95c4c9db31bb680de5faa2a956d7eda
c760e27a4a is described below

commit c760e27a4a27ed00843c5d53eeb0514769a4273e
Author: github-actions[bot] <gi...@users.noreply.github.com>
AuthorDate: Tue Apr 4 21:26:44 2023 +0000

    Publish built docs triggered by 33af59ead95c4c9db31bb680de5faa2a956d7eda
---
 _sources/contributor-guide/index.md.txt | 2 +-
 contributor-guide/index.html            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/_sources/contributor-guide/index.md.txt b/_sources/contributor-guide/index.md.txt
index f54d146521..322153d4fd 100644
--- a/_sources/contributor-guide/index.md.txt
+++ b/_sources/contributor-guide/index.md.txt
@@ -129,7 +129,7 @@ There are several tests of the public interface of the DataFusion library in the
 You can run these tests individually using a command such as
 
 ```shell
-cargo test -p datafusion --tests sql_integration
+cargo test -p datafusion --test sql_integration
 ```
 
 One very important test is the [sql_integration](https://github.com/apache/arrow-datafusion/blob/main/datafusion/core/tests/sql_integration.rs) test which validates DataFusion's ability to run a large assortment of SQL queries against an assortment of data setups.
diff --git a/contributor-guide/index.html b/contributor-guide/index.html
index acfe935284..9de333cd11 100644
--- a/contributor-guide/index.html
+++ b/contributor-guide/index.html
@@ -552,7 +552,7 @@ and tries to follow <a class="reference external" href="https://doc.rust-lang.or
 <h4>Rust Integration Tests<a class="headerlink" href="#rust-integration-tests" title="Permalink to this heading">¶</a></h4>
 <p>There are several tests of the public interface of the DataFusion library in the <a class="reference external" href="https://github.com/apache/arrow-datafusion/tree/main/datafusion/core/tests">tests</a> directory.</p>
 <p>You can run these tests individually using a command such as</p>
-<div class="highlight-shell notranslate"><div class="highlight"><pre><span></span>cargo<span class="w"> </span><span class="nb">test</span><span class="w"> </span>-p<span class="w"> </span>datafusion<span class="w"> </span>--tests<span class="w"> </span>sql_integration
+<div class="highlight-shell notranslate"><div class="highlight"><pre><span></span>cargo<span class="w"> </span><span class="nb">test</span><span class="w"> </span>-p<span class="w"> </span>datafusion<span class="w"> </span>--test<span class="w"> </span>sql_integration
 </pre></div>
 </div>
 <p>One very important test is the <a class="reference external" href="https://github.com/apache/arrow-datafusion/blob/main/datafusion/core/tests/sql_integration.rs">sql_integration</a> test which validates DataFusion’s ability to run a large assortment of SQL queries against an assortment of data setups.</p>