Yukang-Lian commented on code in PR #15339:
URL: https://github.com/apache/doris/pull/15339#discussion_r1064168182


##########
fe/fe-core/src/main/java/org/apache/doris/analysis/FunctionCallExpr.java:
##########
@@ -1148,12 +1148,12 @@ public void analyzeImpl(Analyzer analyzer) throws 
AnalysisException {
             for (int i = 0; i < children.size(); i++) {
                 if (children.get(i).type != Type.BOOLEAN) {
                     throw new AnalysisException("All params of "
-                        + fnName + " function must be boolean");
+                            + fnName + " function must be boolean");

Review Comment:
   maybe just modify the part you need to change, otherwise all the developers 
need to rebase.



-- 
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