morningman opened a new issue #5988: URL: https://github.com/apache/incubator-doris/issues/5988
**Describe the bug** k1 is datetime type column. SQL like: 1. `select count(*) from tbl1 where k1 > '2021-6-1'`; 2. `select count(*) from tbl1 where k1 > to_date(now())` will return empty set, which is not right. -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
