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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org