beliefer commented on a change in pull request #24544: [HOT-FIX] Unable to
download Spark 2.4.3
URL: https://github.com/apache/spark/pull/24544#discussion_r281566811
##########
File path:
sql/hive/src/test/scala/org/apache/spark/sql/hive/HiveExternalCatalogVersionsSuite.scala
##########
@@ -210,11 +211,12 @@ class HiveExternalCatalogVersionsSuite extends
SparkSubmitTestUtils {
}
object PROCESS_TABLES extends QueryTest with SQLTestUtils {
+ val releaseMirror = "https://dist.apache.org/repos/dist/release"
// Tests the latest version of every release line.
val testingVersions: Seq[String] = {
import scala.io.Source
try {
-
Source.fromURL("https://dist.apache.org/repos/dist/release/spark/").mkString
+ Source.fromURL(s"${releaseMirror}/spark").mkString
Review comment:
Maybe $`releaseMirror` is better.
----------------------------------------------------------------
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]