[ https://issues.apache.org/jira/browse/SPARK-39711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Huaxin Gao resolved SPARK-39711. -------------------------------- Fix Version/s: 3.4.0 Assignee: BingKun Pan Resolution: Fixed > Remove redundant trait: BeforeAndAfterAll & BeforeAndAfterEach & Logging > ------------------------------------------------------------------------ > > Key: SPARK-39711 > URL: https://issues.apache.org/jira/browse/SPARK-39711 > Project: Spark > Issue Type: Test > Components: Tests > Affects Versions: 3.3.0 > Reporter: BingKun Pan > Assignee: BingKun Pan > Priority: Minor > Fix For: 3.4.0 > > > SparkFunSuite declare as follow: > {code:java} > abstract class SparkFunSuite > extends AnyFunSuite > with BeforeAndAfterAll > with BeforeAndAfterEach > with ThreadAudit > with Logging > {code} > some suite extends SparkFunSuite and meanwhile with BeforeAndAfterAll or > BeforeAndAfterEach or Logging, it is redundant. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org