Skip to content

Commit 76e68eb

Browse files
committed
update MimaExcludes
1 parent e3707db commit 76e68eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

project/MimaExcludes.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ object MimaExcludes {
4646
) ++
4747
Seq(
4848
// [SPARK-16856] [WEBUI] [CORE] Link the application's executor page to the master's UI
49-
ProblemFilters.exclude[MissingTypesProblem]("org.apache.spark.scheduler.SparkListenerApplicationStart$")
50-
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.scheduler.SparkListenerApplicationStart.apply")
51-
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.scheduler.SparkListenerApplicationStart.copy")
49+
ProblemFilters.exclude[MissingTypesProblem]("org.apache.spark.scheduler.SparkListenerApplicationStart$"),
50+
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.scheduler.SparkListenerApplicationStart.apply"),
51+
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.scheduler.SparkListenerApplicationStart.copy"),
5252
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.scheduler.SparkListenerApplicationStart.this")
5353
)
5454
}

0 commit comments

Comments
 (0)