jacktengg commented on code in PR #26308: URL: https://github.com/apache/doris/pull/26308#discussion_r1384346029
########## fe/fe-core/src/main/java/org/apache/doris/analysis/ArithmeticExpr.java: ########## @@ -111,7 +111,7 @@ public static void initBuiltins(FunctionSet functionSet) { for (int j = 0; j < Type.getNumericTypes().size(); j++) { Type t2 = Type.getNumericTypes().get(j); - Type retType = Type.getNextNumType(Type.getAssignmentCompatibleType(t1, t2, false)); + Type retType = Type.getNextNumType(Type.getAssignmentCompatibleType(t1, t2, false, false)); Review Comment: It's in the old planner and doing init, pass `false` to keep the original logic. -- 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