Skip to content

Commit e85b813

Browse files
committed
Remove testing log statements
1 parent 8b71ea3 commit e85b813

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sql/hive/src/test/scala/org/apache/spark/sql/hive/HiveExternalCatalogVersionsSuite.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ class HiveExternalCatalogVersionsSuite extends SparkSubmitTestUtils {
6161
for (i <- 0 until 3) {
6262
val preferredMirror =
6363
getStringFromUrl("https://www.apache.org/dyn/closer.lua?preferred=true")
64-
logWarning("The mirror is " + preferredMirror)
6564
val filename = s"spark-$version-bin-hadoop2.7.tgz"
6665
val url = s"$preferredMirror/spark/spark-$version/" + filename
6766
logInfo(s"Downloading Spark $version from $url")
@@ -120,7 +119,6 @@ class HiveExternalCatalogVersionsSuite extends SparkSubmitTestUtils {
120119
}
121120

122121
val contentFile = new File(outDir.toFile, filename)
123-
logWarning("content file is " + contentFile.getAbsolutePath)
124122
try {
125123
Source.fromFile(contentFile)(Codec(encoding)).mkString
126124
} finally {

0 commit comments

Comments
 (0)