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