Closed LiShuMing closed 3 days ago
Failed conditions
B Maintainability Rating on New Code (required ≥ A)
B Reliability Rating on New Code (required ≥ A)
See analysis details on SonarQube Cloud
Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE
:white_check_mark: pass : 0 / 0 (0%)
:white_check_mark: pass : 31 / 34 (91.18%)
path | covered_line | new_line | coverage | not_covered_line_detail | |
---|---|---|---|---|---|
:large_blue_circle: | com/starrocks/catalog/MvBaseTableUpdateInfo.java | 0 | 1 | 00.00% | [103] |
:large_blue_circle: | com/starrocks/catalog/MaterializedView.java | 29 | 31 | 93.55% | [1848, 1849] |
:large_blue_circle: | com/starrocks/sql/ast/UnitIdentifier.java | 1 | 1 | 100.00% | [] |
:large_blue_circle: | com/starrocks/sql/ast/IntervalLiteral.java | 1 | 1 | 100.00% | [] |
:white_check_mark: pass : 0 / 0 (0%)
Why I'm doing:
tableToBaseTableInfoCache
is deleted wrongly.What I'm doing:
tableToBaseTableInfoCache
into MaterializedView again to refresh snapshots for each query.Fixes https://github.com/StarRocks/starrocks/issues/52576
What type of PR is this:
Does this PR entail a change in behavior?
If yes, please specify the type of change:
Checklist:
Bugfix cherry-pick branch check: