starrocks
starrocks copied to clipboard
[SR SQL Planner Summer Camp] add dropRepository 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 dropRepository analyzer
run starrocks_fe_unittest
run starrocks_admit_test
run starrocks_admit_test
run starrocks_admit_test
[FE PR Coverage Check]
:heart_eyes: pass : 23 / 28 (82.14%)
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% | [460] |
| :large_blue_circle: | com/starrocks/sql/analyzer/PrivilegeChecker.java | 2 | 3 | 66.67% | [1278] |
| :large_blue_circle: | com/starrocks/sql/analyzer/RepositoryAnalyzer.java | 15 | 18 | 83.33% | [18, 73, 82] |
| :large_blue_circle: | com/starrocks/sql/analyzer/Analyzer.java | 2 | 2 | 100.00% | [] |
| :large_blue_circle: | com/starrocks/sql/parser/AstBuilder.java | 2 | 2 | 100.00% | [] |
| :large_blue_circle: | com/starrocks/analysis/DropRepositoryStmt.java | 2 | 2 | 100.00% | [] |
run starrocks_admit_test
run starrocks_admit_test







