Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions datafusion/core/tests/sqllogictests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down