andygrove opened a new pull request, #3146: URL: https://github.com/apache/datafusion-comet/pull/3146
## Summary - Adds native Comet support for Spark `timestamp_seconds` function (also known as `seconds_to_timestamp`) - Converts seconds since Unix epoch to a timestamp - Supports Int32, Int64, and Float64 input types ## Test Plan - Added unit tests in `CometTemporalExpressionSuite` - Tests include random data, literal values, nulls, negative values (before epoch), and fractional seconds - All existing tests pass > **Note:** This PR was generated with AI assistance. Closes #3111 -- 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]
