HyukjinKwon commented on code in PR #36944:
URL: https://github.com/apache/spark/pull/36944#discussion_r913389790
##########
sql/core/src/main/scala/org/apache/spark/sql/functions.scala:
##########
@@ -3826,7 +3826,8 @@ object functions {
}
/**
- * Creates timestamp from the number of seconds since UTC epoch.
+ * Converts the number of seconds from unix epoch (1970-01-01 00:00:00 UTC)
Review Comment:
Linter complains about this
```suggestion
* Converts the number of seconds from unix epoch (1970-01-01 00:00:00 UTC)
```
--
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]