starrocks
starrocks copied to clipboard
[Refactor] remove useless explain verbose
What type of PR is this:
- [ ] BugFix
- [ ] Feature
- [ ] Enhancement
- [x] Refactor
- [ ] UT
- [ ] Doc
- [ ] Tool
Which issues of this PR fixes :
Fixes #
Problem Summary(Required) :
Checklist:
- [ ] I have added test cases for my bug fix or my new feature
- [ ] I have added user document for my new feature or new function
[FE PR Coverage Check]
:heart_eyes: pass : 107 / 115 (93.04%)
file detail
| path | covered_line | new_line | coverage | not_covered_line_detail | |
|---|---|---|---|---|---|
| :large_blue_circle: | com/starrocks/planner/OlapScanNode.java | 55 | 63 | 87.30% | [511, 512, 513, 514, 515, 517, 518, 526] |
| :large_blue_circle: | com/starrocks/planner/AggregationNode.java | 10 | 10 | 100.00% | [] |
| :large_blue_circle: | com/starrocks/planner/JoinNode.java | 24 | 24 | 100.00% | [] |
| :large_blue_circle: | com/starrocks/planner/HdfsScanNode.java | 3 | 3 | 100.00% | [] |
| :large_blue_circle: | com/starrocks/planner/ProjectNode.java | 15 | 15 | 100.00% | [] |
run starrocks_admit_test







