morrySnow commented on code in PR #54924:
URL: https://github.com/apache/doris/pull/54924#discussion_r2284345511


##########
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/expression/rules/FoldConstantRuleOnBE.java:
##########
@@ -227,7 +227,7 @@ private static boolean shouldSkipFold(Expression expr) {
         // Frontend can not represent those types
         if (expr.getDataType().isAggStateType() || 
expr.getDataType().isObjectType()
                 || expr.getDataType().isVariantType() || 
expr.getDataType().isTimeType()
-                || expr.getDataType().isIPv6Type()) {

Review Comment:
   we should remove time type from this list later



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