zzcclp opened a new pull request, #5652:
URL: https://github.com/apache/incubator-gluten/pull/5652

   ## What changes were proposed in this pull request?
   
   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.
   
   Close #5651.
   
   (Fixes: #5651)
   
   ## How was this patch tested?
   
   (Please explain how this patch was tested. E.g. unit tests, integration 
tests, manual tests)
   
   
   (If this patch involves UI changes, please attach a screenshot; otherwise, 
remove this)
   
   


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

Reply via email to