Skip to content

Commit fafa0ce

Browse files
[BugFix] Fix MaterializedView colocate metadata not persisted to EditLog (backport #65394) (backport #65405) (#65840)
Signed-off-by: stephen <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: stephen <[email protected]>
1 parent 7689979 commit fafa0ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fe/fe-core/src/main/java/com/starrocks/catalog/MaterializedView.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1063,6 +1063,7 @@ public void onReload() {
10631063
*/
10641064
@Override
10651065
public void onCreate(Database database) throws DdlException {
1066+
super.onCreate(database);
10661067
onReload(false, isActive(), true);
10671068
}
10681069

0 commit comments

Comments
 (0)