HappenLee commented on code in PR #48994: URL: https://github.com/apache/doris/pull/48994#discussion_r1997646031
########## fe/fe-core/src/main/java/org/apache/doris/analysis/LambdaFunctionCallExpr.java: ########## @@ -275,6 +275,32 @@ public void analyzeImpl(Analyzer analyzer) throws AnalysisException { } fnName = new FunctionName(null, "element_at"); fn = getBuiltinFunction(fnName.getFunction(), argTypes, Function.CompareMode.IS_NONSTRICT_SUPERTYPE_OF); + } else if (fnName.getFunction().equalsIgnoreCase("array_reduce")) { Review Comment: Similar to the judgment of array_map, you should reuse this code -- 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