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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]