From 042931790796564dc37481fe2fd6fc434b827174 Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Tue, 30 May 2023 15:31:16 -0400 Subject: [PATCH] Minor: Improve the tpch sqllogictest docs --- 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 768cf3c9533fb..3ce00bf8d55a0 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 \