vinodkc commented on code in PR #53320:
URL: https://github.com/apache/spark/pull/53320#discussion_r3503363925


##########
sql/api/src/main/scala/org/apache/spark/sql/functions.scala:
##########
@@ -6889,6 +6889,22 @@ object functions {
     Column.fn("time_diff", unit, start, end)
   }
 
+  /**
+   * Converts a time to a string in the specified format.
+   *
+   * @param time
+   *   A column of time values to be formatted.
+   * @param format
+   *   A time format string. for valid patterns.

Review Comment:
   Fixed, completed the sentence with a link to the `Datetime` Patterns doc



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