starrocks
starrocks copied to clipboard
[SR SQL Planner Summer Camp] New Parser and Analyzer support CreateRoleStmt
What type of PR is this:
- [x] enhancement
Which issues of this PR fixes :
Fixes #7950
run starrocks_fe_unittest
Please rebase code and I will merge PR as soon as possible
run starrocks_fe_unittest
[FE PR Coverage Check]
:heart_eyes: pass : 21 / 23 (91.30%)
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% | [467] |
| :large_blue_circle: | com/starrocks/sql/analyzer/PrivilegeChecker.java | 2 | 3 | 66.67% | [545] |
| :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/CreateRoleStmt.java | 3 | 3 | 100.00% | [] |
| :large_blue_circle: | com/starrocks/sql/analyzer/PrivilegeStmtAnalyzer.java | 12 | 12 | 100.00% | [] |
run starrocks_admit_test







