sduzh opened a new issue #3876:
URL: https://github.com/apache/incubator-doris/issues/3876


   **To Reproduce**
   ```
    CREATE TABLE t0(c0 INT , c1 DOUBLE )DUPLICATE KEY(c0) DISTRIBUTED BY 
HASH(c0) BUCKETS 1 PROPERTIES("replication_num"="1");
   SELECT  MIN(CAST(0.15508025062004804 AS DATE)) from t0;
   ```
   
   **Expected behavior**
   ```
   Empty set (0.01 sec)
   ```
   
   **Real behavior**
   BE crashed
   
   **Reason**
   I guess this issue is related to #3862 


----------------------------------------------------------------
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]

Reply via email to