kangkaisen opened a new issue #2611: FROM_UNIXTIME wrong result when upgrade BE to 0.11 firstly URL: https://github.com/apache/incubator-doris/issues/2611 **Describe the bug** When only upgrade BE to 0.11 firstly, ``` mysql> select FROM_UNIXTIME(k3,'yyyy-MM-dd HH:mm:ss') as aa from baseall; +---------------------+ | aa | +---------------------+ | yyyy-MM-dd HH:mm:ss | +---------------------+ 1 row in set (0.05 sec) ```
---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org