andygrove opened a new pull request, #3148:
URL: https://github.com/apache/datafusion-comet/pull/3148

   ## Summary
   - Adds native Comet support for Spark `next_day` function
   - Returns the first date after a given start date that falls on the 
specified day of week
   - Supports full day names (Sunday, Monday, etc.) and abbreviations (Sun, 
Mon, etc.)
   - Invalid day names return NULL (matching Spark's non-ANSI mode behavior)
   
   ## Test Plan
   - Added unit tests in `CometTemporalExpressionSuite`
   - Tests include all 7 days with full names and abbreviations
   - Tests include literal dates and null handling
   - All existing tests pass
   
   > **Note:** This PR was generated with AI assistance.
   
   Closes #3092


-- 
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]

Reply via email to