Skip to content

Commit

Permalink
Merge branch 'main' into column-pruning
Browse files Browse the repository at this point in the history
  • Loading branch information
xxchan authored Jul 29, 2022
2 parents 214e69c + ddf9971 commit 9716963
Show file tree
Hide file tree
Showing 45 changed files with 2,468 additions and 600 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ At the same time, developers may also add end-to-end tests with sqllogictest. Yo
`tests/sql` and write sqllogictest to run SQLs in RisingLight and to verify implementation correctness.
All the files suffix with `.slt` but not prefix with `_` in `tests/sql` will be automatically included in the end-to-end tests.

See [SQLLogicTest and SQLPlannerTest](docs/05-e2e-tests.md) for more information.

You'll need `cargo install cargo-nextest` to run tests.

## Running Test and Checks
Expand Down
Loading

0 comments on commit 9716963

Please sign in to comment.