Skip to content
Merged
Show file tree
Hide file tree
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
149 changes: 0 additions & 149 deletions TODO.md

This file was deleted.

11 changes: 11 additions & 0 deletions parser/testdata/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Test Data

The `query.sql` files in this directory are sourced from the [ClickHouse](https://github.com/ClickHouse/ClickHouse) repository's test suite.

## License

The `query.sql` files are licensed under the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0), the same license as ClickHouse.

The `explain.txt` and `explain_*.txt` files contain output generated by running ClickHouse's `EXPLAIN AST` command on the corresponding queries.

All other files in this repository are subject to the repository's main license.