morrySnow commented on code in PR #37237:
URL: https://github.com/apache/doris/pull/37237#discussion_r1665727853


##########
fe/fe-core/src/main/java/org/apache/doris/nereids/parser/LogicalPlanBuilder.java:
##########
@@ -2167,6 +2207,11 @@ public Expression 
visitFunctionCallExpression(DorisParser.FunctionCallExpression
                     dbName = ctx.functionIdentifier().dbName.getText();
                 }
                 UnboundFunction function = new UnboundFunction(dbName, 
functionName, isDistinct, params);
+                if (forCreateView) {

Review Comment:
   what will happen if we always use forCreateView branch



-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to