jcw024 commented on PR #52062: URL: https://github.com/apache/spark/pull/52062#issuecomment-3222773348
Can we also update the examples with the new usage? examples = """ Examples: > SELECT FUNC(2014, 12, 28, 6, 30, 45.887); 2014-12-28 06:30:45.887 > SELECT FUNC(2014, 12, 28, 6, 30, 45.887, 'CET'); 2014-12-27 21:30:45.887 > SELECT FUNC(2019, 6, 30, 23, 59, 60); 2019-07-01 00:00:00 > SELECT FUNC(null, 7, 22, 15, 30, 0); NULL """, -- 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]
