Commit c79819b
feat: add Apache Doris parser to monorepo
Add ANTLR4-based Apache Doris SQL parser from doris-parser repository into the parser monorepo.
Changes:
- Add doris/ directory with grammar files (DorisSQL.g4, DorisSQLLex.g4)
- Add Makefile with build and test targets following the pattern of other parsers
- Include test example for Doris SQL syntax
- Update package name and import paths to github.com/bytebase/parser/doris
- Add doris to CI workflow to run tests automatically
- All test cases passing
Test coverage:
- Doris SQL syntax and features
- DDL and DML statements
- Doris-specific extensions
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 31ad3d0 commit c79819b
File tree
14 files changed
+174144
-1
lines changed- .github/workflows
- doris
- examples
14 files changed
+174144
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments