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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to