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/06/15 04:45:05 UTC

[GitHub] [incubator-doris] sduzh opened a new issue #3864: Failed to cast LARGEINT as date

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:
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] sduzh commented on issue #3864: Failed to cast LARGEINT as date

Posted by GitBox <gi...@apache.org>.
sduzh commented on issue #3864:
URL: https://github.com/apache/incubator-doris/issues/3864#issuecomment-643900328


   Found by [sqlancer](https://github.com/sqlancer/sqlancer) (with some modifications)


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