yiguolei commented on code in PR #53003:
URL: https://github.com/apache/doris/pull/53003#discussion_r2196268686
##########
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:
不过你这个PR 也可以往后放放,因为我们是要支持time 做存储的,一些BI 工具有这个需求
--
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]