moritzkoerber commented on code in PR #36944: URL: https://github.com/apache/spark/pull/36944#discussion_r908513085
########## python/pyspark/sql/functions.py: ########## @@ -2519,6 +2519,9 @@ def to_utc_timestamp(timestamp: "ColumnOrName", tz: "ColumnOrName") -> Column: def timestamp_seconds(col: "ColumnOrName") -> Column: Review Comment: I aligned the docstring in R (+ added an example) and Scala. Since the Scala functions do not seem to feature any examples, I did not add one there. -- 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]
