starrocks icon indicating copy to clipboard operation
starrocks copied to clipboard

[SR SQL Planner Summer Camp] add ShowRepositories analyzer

Open melt-code opened this issue 3 years ago • 2 comments

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

melt-code avatar Jul 20 '22 05:07 melt-code

[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% []

wanpengfei-git avatar Aug 10 '22 14:08 wanpengfei-git