zzcclp opened a new issue, #5651: URL: https://github.com/apache/incubator-gluten/issues/5651
### Backend CH (ClickHouse) ### Bug description Fix error 'Illegal type of argument of function parseDateTimeInJodaSyntaxOrNull, expected String, got Date32' when executing to_date/to_timestamp. RC: the spark function `to_date/to_timestamp` are mapping to the CH function `parseDateTimeInJodaSyntaxOrNull` when they execute with the specified format, but the CH function `parseDateTimeInJodaSyntaxOrNull` can not support the data type `DateType or TimestampType` as the input data type, and spark supports. ### Spark version None ### Spark configurations _No response_ ### System information _No response_ ### Relevant logs _No response_ -- 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]
