srowen commented on a change in pull request #24210: [MINOR][DOCS] Fix references to scala 2.11 in 2.4.x docs; Note 2.11 support is deprecated in 2.4.x URL: https://github.com/apache/spark/pull/24210#discussion_r268865291
########## File path: docs/_config.yml ########## @@ -16,8 +16,8 @@ include: # of Spark, Scala, and Mesos. SPARK_VERSION: 2.4.2-SNAPSHOT SPARK_VERSION_SHORT: 2.4.2 -SCALA_BINARY_VERSION: "2.11" -SCALA_VERSION: "2.11.12" +SCALA_BINARY_VERSION: "2.12" Review comment: Note: these values only affect the docs, and whether we render things like "org.apache.spark:foo_2.12" in docs. It doesn't affect the code that is built. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
