eldenmoon commented on code in PR #66858:
URL: https://github.com/apache/doris/pull/66858#discussion_r4002959687


##########
fe/fe-core/src/main/java/org/apache/doris/nereids/util/TypeCoercionUtils.java:
##########
@@ -1243,7 +1243,7 @@ public static Optional<DataType> 
findWiderTypeForTwo(DataType left, DataType rig
         } else if (right instanceof NullType) {
             return Optional.of(left);
         } else if (left instanceof VariantType && right instanceof 
VariantType) {
-            return findCommonVariantType((VariantType) left, (VariantType) 
right);
+            return findCommonVariantType();

Review Comment:
   Variant 计算层不感知这些属性



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

Reply via email to