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: [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]

Reply via email to