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

[arrow-datafusion] branch main updated: Update index.md (#5872)

This is an automated email from the ASF dual-hosted git repository.

alamb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git


The following commit(s) were added to refs/heads/main by this push:
     new 33af59ead9 Update index.md (#5872)
33af59ead9 is described below

commit 33af59ead95c4c9db31bb680de5faa2a956d7eda
Author: Yongting You <20...@gmail.com>
AuthorDate: Tue Apr 4 14:25:05 2023 -0700

    Update index.md (#5872)
---
 docs/source/contributor-guide/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/source/contributor-guide/index.md b/docs/source/contributor-guide/index.md
index df1709979b..2cdeaccc15 100644
--- a/docs/source/contributor-guide/index.md
+++ b/docs/source/contributor-guide/index.md
@@ -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.