uros-b commented on code in PR #56932:
URL: https://github.com/apache/spark/pull/56932#discussion_r3982843795


##########
python/pyspark/sql/functions/builtin.py:
##########
@@ -25701,6 +25701,54 @@ def make_time(hour: "ColumnOrName", minute: 
"ColumnOrName", second: "ColumnOrNam
     return _invoke_function_over_columns("make_time", hour, minute, second)
 
 
+@_try_remote_functions
+def try_make_time(hour: "ColumnOrName", minute: "ColumnOrName", second: 
"ColumnOrName") -> Column:
+    """
+    Try to create time from hour, minute and second fields.
+    The function returns NULL on invalid inputs.
+
+    .. versionadded:: 4.3.0

Review Comment:
   +1, please change to 4.4.0 @yadavay-amzn 



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