StarRocks / starrocks

The world's fastest open query engine for sub-second analytics both on and off the data lakehouse. With the flexibility to support nearly any scenario, StarRocks provides best-in-class performance for multi-dimensional analytics, real-time analytics, and ad-hoc queries. A Linux Foundation project.
https://starrocks.io
Apache License 2.0
9.08k stars 1.82k forks source link

[BugFix] Refresh MV's ref base table infos to get the newest snapshots #52975

Closed LiShuMing closed 3 days ago

LiShuMing commented 4 days ago

Why I'm doing:

What I'm doing:

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:

sonarcloud[bot] commented 4 days ago

Quality Gate Failed Quality Gate failed

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

github-actions[bot] commented 4 days ago

[Java-Extensions Incremental Coverage Report]

:white_check_mark: pass : 0 / 0 (0%)

github-actions[bot] commented 4 days ago

[FE Incremental Coverage Report]

:white_check_mark: pass : 31 / 34 (91.18%)

file detail

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% []
github-actions[bot] commented 4 days ago

[BE Incremental Coverage Report]

:white_check_mark: pass : 0 / 0 (0%)