starrocks
starrocks copied to clipboard
[SR SQL Planner Summer Camp] add ShowRepositories analyzer
What type of PR is this:
- [ ] bug
- [x] feature
- [ ] enhancement
- [ ] refactor
- [ ] others
Which issues of this PR fixes :
Fixes #7951
Problem Summary(Required) :
add ShowRepositories analyzer
[FE PR Coverage Check]
:heart_eyes: pass : 11 / 13 (84.62%)
file detail
| path | covered_line | new_line | coverage | not_covered_line_detail | |
|---|---|---|---|---|---|
| :large_blue_circle: | com/starrocks/sql/ast/AstVisitor.java | 0 | 1 | 00.00% | [480] |
| :large_blue_circle: | com/starrocks/sql/analyzer/ShowRepositoriesAnalyzer.java | 6 | 7 | 85.71% | [9] |
| :large_blue_circle: | com/starrocks/sql/analyzer/Analyzer.java | 2 | 2 | 100.00% | [] |
| :large_blue_circle: | com/starrocks/sql/parser/AstBuilder.java | 1 | 1 | 100.00% | [] |
| :large_blue_circle: | com/starrocks/analysis/ShowRepositoriesStmt.java | 2 | 2 | 100.00% | [] |







