ayushi-agarwal opened a new issue, #8401: URL: https://github.com/apache/incubator-gluten/issues/8401
### Description Currently there is only a support of conversion from date to timestamp - https://github.com/apache/incubator-gluten/blob/ff89539efa72dc8fc4bdb2470d42261b4cf30265/cpp/velox/substrait/SubstraitToVeloxPlanValidator.cc#L273 An example expression for which fallback happens: cast(from_utc_timestamp(from_unixtime((cast(col as double) / 1000.0), 'yyyy-MM-dd HH:mm:ss'), 'PST') as date) Is there a plan to support other data types also? @dcoliversun -- 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]
