Skip to content

Commit 6d87fdd

Browse files
authored
Minor: Improve the tpch sqllogictest docs (#6493)
1 parent ff2fd62 commit 6d87fdd

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

datafusion/core/tests/sqllogictests/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,12 @@ docker run \
139139
postgres
140140
```
141141

142-
#### Runtests: Tpch tests
142+
#### Running Tests: `tpch`
143143

144-
Test files in `tpch` directory runs against tpch data, which requires generating before running. You can use following
145-
command to generate tpch data (Assume that you are in the repository root)
144+
Test files in `tpch` directory runs against the `TPCH` data set (SF =
145+
0.1), which must be generated before running. You can use following
146+
command to generate tpch data, assuming you are in the repository
147+
root:
146148

147149
```shell
148150
docker run -it \

0 commit comments

Comments
 (0)