yangzhg commented on PR #8996:
URL: https://github.com/apache/incubator-doris/pull/8996#issuecomment-1098645582
> How was this bug introduced? Can you provide some cases?
this bug was cause by no implicit conversion from char to datetime, but
varchar has,
`select dayofweek('2012-12-01');` is OK but `select
dayofweek(cast('2012-12-01' as char(16)));` will failed
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]