You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "cloud-fan (via GitHub)" <gi...@apache.org> on 2023/02/02 11:11:10 UTC

[GitHub] [spark] cloud-fan commented on a diff in pull request #39820: [SPARK-42249][SQL] Refining html link for documentation in error messages.

cloud-fan commented on code in PR #39820:
URL: https://github.com/apache/spark/pull/39820#discussion_r1094379456


##########
core/src/main/scala/org/apache/spark/util/Utils.scala:
##########
@@ -104,6 +104,9 @@ private[spark] object Utils extends Logging {
   val MAX_DIR_CREATION_ATTEMPTS: Int = 10
   @volatile private var localRootDirs: Array[String] = null
 
+  /** Root directory for Apache Spark documentation. */
+  val DOC_ROOT_DIR = "https://spark.apache.org/docs/latest"

Review Comment:
   +1



-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org