csun5285 commented on code in PR #53003:
URL: https://github.com/apache/doris/pull/53003#discussion_r2194710716


##########
fe/fe-common/src/main/java/org/apache/doris/catalog/Type.java:
##########
@@ -236,8 +236,6 @@ public abstract class Type {
         arraySubTypes.add(FLOAT);
         arraySubTypes.add(DOUBLE);
         arraySubTypes.add(DECIMALV2);
-        arraySubTypes.add(TIME);

Review Comment:
   time 类型只是一个计算层产生的中间类型,没有存储类型



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