jubins commented on code in PR #56626:
URL: https://github.com/apache/spark/pull/56626#discussion_r3447946431


##########
python/pyspark/sql/functions/builtin.py:
##########
@@ -11749,6 +11749,54 @@ def unix_micros(col: "ColumnOrName") -> Column:
     return _invoke_function_over_columns("unix_micros", col)
 
 
+@_try_remote_functions
+def unix_nanos(col: "ColumnOrName") -> Column:

Review Comment:
   fixed, moved `unix_nanos after unix_millis` in both `builtin.py` and 
`connect/functions/builtin.py`.



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