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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to