Skip to content

Commit cd9df36

Browse files
[BugFix] Fix MaterializedView colocate metadata not persisted to EditLog (backport #65394) (#65406)
Signed-off-by: stephen <[email protected]> Co-authored-by: stephen <[email protected]>
1 parent 76a634e commit cd9df36

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
@@ -1140,6 +1140,7 @@ public void onReload() {
11401140
*/
11411141
@Override
11421142
public void onCreate(Database database) throws DdlException {
1143+
super.onCreate(database);
11431144
onReload(false, isActive(), true);
11441145
}
11451146

0 commit comments

Comments
 (0)