dmsuehir opened a new pull request, #10296: URL: https://github.com/apache/incubator-gluten/pull/10296
## What changes were proposed in this pull request? This PR is a follow up to adding support for `timestamp_seconds` in Velox ([PR 14222](https://github.com/facebookincubator/velox/pull/14222)). I added tests and ran the script to generate documentation for the Spark function support using the Velox backend. The datatypes supported by `timestamp_seconds` in Velox are: TINYINT, SMALLINT, INTEGER, BIGINT, FLOAT, and DOUBLE. The unsupported datatype is DECIMAL, which is why it is getting marked as partially supported. I'm marking posting this PR as a draft, since the Velox PR is still in review. (Fixes: \#4039) ## How was this patch tested? Added tests and ran script to generate spark function support documentation. -- 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]
