morrySnow commented on code in PR #33669:
URL: https://github.com/apache/doris/pull/33669#discussion_r1566608503
##########
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/info/CreateViewInfo.java:
##########
@@ -115,7 +115,8 @@ public void validate(ConnectContext ctx) throws
UserException {
// check privilege
if (!Env.getCurrentEnv().getAccessManager().checkTblPriv(ctx, new
TableName(viewName.getCtl(), viewName.getDb(),
Review Comment:
should check create priv before call `planer.plan`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]