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


##########
python/pyspark/sql/functions/builtin.py:
##########
@@ -11709,7 +11709,7 @@ def unix_date(col: "ColumnOrName") -> Column:
 
 @_try_remote_functions
 def unix_micros(col: "ColumnOrName") -> Column:
-    """Returns the number of microseconds since 1970-01-01 00:00:00 UTC.
+    """Returns the number of microseconds since 1970-01-01 00:00:00 UTC. 
Truncates higher levels of precision.

Review Comment:
   updated, now disclaimer is now on its own line, matching `unix_millis` and 
`unix_seconds`



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