cloud-fan commented on code in PR #53579:
URL: https://github.com/apache/spark/pull/53579#discussion_r2649412043
##########
core/src/test/scala/org/apache/spark/SparkFunSuite.scala:
##########
@@ -17,30 +17,13 @@
package org.apache.spark
-import java.io.File
-import java.nio.charset.StandardCharsets.UTF_8
-import java.nio.file.{Files, Path}
-import java.util.{Locale, TimeZone}
-
import scala.annotation.tailrec
-import scala.collection.mutable.ArrayBuffer
-import scala.jdk.CollectionConverters._
-import org.apache.logging.log4j._
-import org.apache.logging.log4j.core.{LogEvent, Logger, LoggerContext}
-import org.apache.logging.log4j.core.appender.AbstractAppender
-import org.apache.logging.log4j.core.config.Property
import org.scalactic.source.Position
-import org.scalatest.{BeforeAndAfter, BeforeAndAfterAll, BeforeAndAfterEach,
Failed, Outcome, Tag}
-import org.scalatest.concurrent.TimeLimits
+import org.scalatest.{BeforeAndAfter, BeforeAndAfterEach, Tag}
import org.scalatest.funsuite.AnyFunSuite // scalastyle:ignore funsuite
import org.scalatest.time._ // scalastyle:ignore
-import org.apache.spark.deploy.LocalSparkCluster
-import org.apache.spark.internal.Logging
-import org.apache.spark.internal.config.Tests.IS_TESTING
-import org.apache.spark.util.{AccumulatorContext, Utils}
-
/**
* Base abstract class for all unit tests in Spark for handling common
functionality.
Review Comment:
can we update the classdoc? We should just mention it's the base Spark
AnyFunSuite with the abilities from `SparkTestSuite`
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]