You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/08/07 04:19:40 UTC

[GitHub] [incubator-doris] ZhangYu0123 opened a new issue #4281: [BUG] BE crashed when pass an undefined function cast from Decimal to date

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


   **Describe the bug**
   A be crashed bug caused by   Unable to find _ZN5doris18DecimalV2Operators16cast_to_date_val.
   also see  #3876  #3862 
   
   **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
   
   
   


----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [incubator-doris] chaoyli closed issue #4281: [BUG] BE crashed when pass an undefined function cast from Decimal to date

Posted by GitBox <gi...@apache.org>.
chaoyli closed issue #4281:
URL: https://github.com/apache/incubator-doris/issues/4281


   


----------------------------------------------------------------
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:
users@infra.apache.org



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