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

jakevin 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 6d87fdd8c5 Minor: Improve the tpch sqllogictest docs (#6493)
6d87fdd8c5 is described below

commit 6d87fdd8c5610a52a42c9aa7dfe16e65e1578c63
Author: Andrew Lamb <and...@nerdnetworks.org>
AuthorDate: Wed May 31 00:44:25 2023 -0400

    Minor: Improve the tpch sqllogictest docs (#6493)
---
 datafusion/core/tests/sqllogictests/README.md | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/datafusion/core/tests/sqllogictests/README.md 
b/datafusion/core/tests/sqllogictests/README.md
index 768cf3c953..3ce00bf8d5 100644
--- a/datafusion/core/tests/sqllogictests/README.md
+++ b/datafusion/core/tests/sqllogictests/README.md
@@ -139,10 +139,12 @@ docker run \
   postgres
 ```
 
-#### Runtests: Tpch tests
+#### Running Tests: `tpch`
 
-Test files in `tpch` directory runs against tpch data, which requires 
generating before running. You can use following
-command to generate tpch data (Assume that you are in the repository root)
+Test files in `tpch` directory runs against the `TPCH` data set (SF =
+0.1), which must be generated before running. You can use following
+command to generate tpch data, assuming you are in the repository
+root:
 
 ```shell
 docker run -it \

Reply via email to