Skip to content

Commit 37d8daa

Browse files
alamb2010YOUY01
andauthored
Update docs/source/contributor-guide/testing.md
Co-authored-by: Yongting You <2010youy01@gmail.com>
1 parent 014b72e commit 37d8daa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/source/contributor-guide/testing.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ to files in `datafusion-optimizer/src`, run the corresponding crate tests:
3535
cargo test -p datafusion-optimizer
3636
```
3737

38-
Then, run the `sqllogictest` suite, which is the main regression suite for SQL
39-
behavior and covers most DataFusion features.
38+
Then, run the `sqllogictest` suite, which provides a strong speed–coverage tradeoff for development: it runs quickly while offering broad regression coverage across most SQL behavior in DataFusion.
4039

4140
```shell
4241
cargo test --profile=ci --test sqllogictests

0 commit comments

Comments
 (0)