rui-mo commented on issue #5102:
URL: 
https://github.com/apache/incubator-gluten/issues/5102#issuecomment-2029668803

   Hi @dcoliversun, I believe the validation logic is if `toType` is **not** 
varchar, the execution will fallback.
   
   >    if (toType->kind() != TypeKind::VARCHAR) { 
        LOG_VALIDATION_MSG("Casting from DATE to " + toType->toString() + " is 
not supported."); 
        return false; 
      } 
   
   About timestamp to varchar, probably we can check the detailed fallback 
reason for what is lacked.


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