KevinyhZou commented on PR #10248: URL: https://github.com/apache/incubator-gluten/pull/10248#issuecomment-3302247370
The query in the test would be offloaded to Velox backend,The source table would be mapped to `velox`'s `FromElementsSource` by using the `VeloxSourceBuidler`, which had been introduced this feature in pr: https://github.com/apache/incubator-gluten/pull/10362, and the `FromElementsSource` would convert the input timestamp string to velox's timestamp value with respecting to the timezone value, which was introduced by: https://github.com/bigo-sg/velox/pull/9. @PHILO-HE -- 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]
