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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to