Skip to content

Commit 4caface

Browse files
williamhyundongjoon-hyun
authored andcommitted
[MINOR] Remove unused imports in Scala 2.13 Repl2Suite
### What changes were proposed in this pull request? This PR aims to remove unused imports in Scala 2.13 Repl2Suite. ### Why are the changes needed? This is the only unused import in Scala 2.13 except `scala.languageFeature.higherKinds`. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass the Scala 2.13 GHA job. Closes #35073 from williamhyun/Repl2. Authored-by: William Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 068d53b commit 4caface

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

repl/src/test/scala-2.13/org/apache/spark/repl/Repl2Suite.scala

-5
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,10 @@
1818
package org.apache.spark.repl
1919

2020
import java.io._
21-
import java.nio.file.Files
2221

23-
import org.apache.log4j.{Level, LogManager, PropertyConfigurator}
2422
import org.scalatest.BeforeAndAfterAll
2523

2624
import org.apache.spark.{SparkContext, SparkFunSuite}
27-
import org.apache.spark.internal.Logging
28-
import org.apache.spark.sql.SparkSession
29-
import org.apache.spark.sql.internal.StaticSQLConf.CATALOG_IMPLEMENTATION
3025

3126
class Repl2Suite extends SparkFunSuite with BeforeAndAfterAll {
3227
test("propagation of local properties") {

0 commit comments

Comments
 (0)