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/08/11 04:33:24 UTC

[GitHub] [incubator-doris] vagetablechicken edited a comment on issue #2472: 日期时间函数from_unixtime导致BE奔溃

vagetablechicken edited a comment on issue #2472:
URL: https://github.com/apache/incubator-doris/issues/2472#issuecomment-671718635


   The root cause is `time_from_string()` parsing a invalid year, will throw exception `Year is out of valid range: 1400..10000`. v0.11.25 didn't catch it, so it cored. In this issue, `year=13`.
   We get this core in v0.11 too. It's fixed by https://github.com/apache/incubator-doris/pull/3198. This issue can be closed.


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