imay commented on a change in pull request #3439: URL: https://github.com/apache/incubator-doris/pull/3439#discussion_r420628143
########## File path: fe/src/main/java/org/apache/doris/analysis/FunctionCallExpr.java ########## @@ -605,6 +605,19 @@ public void analyzeImpl(Analyzer analyzer) throws AnalysisException { return; } + if (fnName.getFunction().equalsIgnoreCase("append_trailing_char_if_absent")) { Review comment: For this case you mentioned, Doris can cast input argument to function's definition type. So you don't handle this in this place. ---------------------------------------------------------------- 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. 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