Skip to content

Commit

Permalink
Git submodule update ... err update, link to sqlite tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Omega359 committed Dec 29, 2024
1 parent ba62846 commit d452068
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datafusion/sqllogictest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ directory of the datafusion-testing crate.

1. `rustup update stable` DataFusion uses the latest stable release of rust
2. `git submodule init`
3. `git submodule update`
3. `git submodule update --init --remote --recursive`

## Running tests: TLDR Examples

Expand Down Expand Up @@ -218,7 +218,7 @@ INCLUDE_TPCH=true cargo test --test sqllogictests
## Running Tests: `sqlite`

Test files in `data/sqlite` directory of the datafusion-testing crate were
sourced from the sqlite test suite and have been cleansed and updated to
sourced from the [sqlite test suite](https://www.sqlite.org/sqllogictest/dir?ci=tip) and have been cleansed and updated to
run within DataFusion's sqllogictest runner.

To run the sqlite tests you need to increase the rust stack size and add
Expand Down

0 comments on commit d452068

Please sign in to comment.