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


   **Describe the bug**
   Failed to cast `largeint` as `DATE`
   
   **To Reproduce**
   ```SQL
   select cast(cast(1 as largeint) as date);
   ```
   
   **Expected behavior**
   Return cast result.
   
   **Real behavior**
   ```
   ERROR 1064 (HY000): errCode = 2, detailMessage = Unable to find 
_ZN5doris13CastFunctions16cast_to_date_valEPN9doris_udf15FunctionContextERKNS1_11LargeIntValE
   ```
   
   


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