andygrove opened a new pull request, #3144: URL: https://github.com/apache/datafusion-comet/pull/3144
## Summary - Adds native Comet support for Spark's `date_from_unix_date` function - The function converts an integer (days since Unix epoch 1970-01-01) to a Date32 value - Implementation is straightforward since Arrow's Date32 already stores days since epoch ## Test Plan - Added unit tests in `CometTemporalExpressionSuite` - Tests cover: epoch date, positive/negative days, null handling - All existing tests pass > **Note:** This PR was generated with AI assistance. Closes #3089 -- 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]
