There was an error while loading. Please reload this page.
1 parent ff2fd62 commit 6d87fddCopy full SHA for 6d87fdd
1 file changed
datafusion/core/tests/sqllogictests/README.md
@@ -139,10 +139,12 @@ docker run \
139
postgres
140
```
141
142
-#### Runtests: Tpch tests
+#### Running Tests: `tpch`
143
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)
+Test files in `tpch` directory runs against the `TPCH` data set (SF =
+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:
148
149
```shell
150
docker run -it \
0 commit comments