xavierzhao commented on issue #25215:
URL: https://github.com/apache/doris/issues/25215#issuecomment-1756555993

   > You need to use datetime instead of date
   
   Using datetime instead of date has the same issues 
   ```
   drop table `t0`;
   CREATE TABLE `t0` (
     `c0` datetime NULL COMMENT ""
   ) ENGINE=OLAP
   DUPLICATE KEY(`c0`)
   COMMENT "OLAP"
   DISTRIBUTED BY HASH(`c0`) BUCKETS 1
   PROPERTIES (
   "replication_num" = "1",
   "in_memory" = "false",
   "storage_format" = "DEFAULT"
   );
   ```


-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to