[Bug](view) fix npe on create view with comment (#28189)
fix npe on create view with comment
This commit is contained in:
@ -75,6 +75,7 @@ public class CreateViewStmt extends BaseViewStmt {
|
||||
try {
|
||||
if (cols != null) {
|
||||
cloneStmt = viewDefStmt.clone();
|
||||
cloneStmt.forbiddenMVRewrite();
|
||||
}
|
||||
|
||||
// Analyze view define statement
|
||||
|
||||
Reference in New Issue
Block a user