HyukjinKwon commented on a change in pull request #33435: URL: https://github.com/apache/spark/pull/33435#discussion_r672983188
########## File path: sql/core/src/main/scala/org/apache/spark/sql/functions.scala ########## @@ -45,7 +45,8 @@ import org.apache.spark.util.Utils * Spark also includes more built-in functions that are less common and are not defined here. * You can still access them (and all the functions defined here) using the `functions.expr()` API * and calling them through a SQL expression string. You can find the entire list of functions - * at SQL API documentation. + * at SQL API documentation (https://spark.apache.org/docs/latest/api/sql/index.html or + * https://spark.apache.org/docs/<version>/api/sql/index.html for older versions). Review comment: How about his? ```suggestion * at SQL API documentation of your Spark version, see also * <a href="https://spark.apache.org/docs/latest/api/sql/index.html">the latest list</a> ``` -- 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]
