zclllyybb opened a new issue, #23265: URL: https://github.com/apache/doris/issues/23265
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Description ```sql mysql> insert into httplogs1 values('20/Jul/2023:15:50:05 +0800', '[1.1.1.1](http://1.1.1.1/)', 'req', 200, 1000); ERROR 1105 (HY000): errCode = 2, detailMessage = ([172.21.16.12](http://172.21.16.12/))[INTERNAL_ERROR]Invalid value 20/Jul/2023:15:50:05 +0800 in strict mode for function CAST, source column String, from type String to type DateTimeV2 ``` ### Solution Support to parse datelike type literal which date part is with format like `20/Jul/2023`. It should be deal in both BE & FE for insert into and streamload. When support it in BE, performance rollback may be noteworthy. ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
