Skip to content

Commit 8a28d83

Browse files
kyleconroyclaude
andauthored
Remove TODO.md and add testdata README (#121)
- Delete outdated TODO.md - Add README to parser/testdata explaining that query.sql files are from ClickHouse repository under Apache 2.0 license Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 23937f5 commit 8a28d83

File tree

2 files changed

+11
-149
lines changed

2 files changed

+11
-149
lines changed

TODO.md

Lines changed: 0 additions & 149 deletions
This file was deleted.

parser/testdata/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Test Data
2+
3+
The `query.sql` files in this directory are sourced from the [ClickHouse](https://github.com/ClickHouse/ClickHouse) repository's test suite.
4+
5+
## License
6+
7+
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.
8+
9+
The `explain.txt` and `explain_*.txt` files contain output generated by running ClickHouse's `EXPLAIN AST` command on the corresponding queries.
10+
11+
All other files in this repository are subject to the repository's main license.

0 commit comments

Comments
 (0)