Skip to content

Commit 0192b37

Browse files
committed
Update MimaExcludes
1 parent 1f56f46 commit 0192b37

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

project/MimaExcludes.scala

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,13 @@ object MimaExcludes {
3939
Seq(
4040
// [SPARK-16199][SQL] Add a method to list the referenced columns in data source Filter
4141
ProblemFilters.exclude[ReversedMissingMethodProblem]("org.apache.spark.sql.sources.Filter.references")
42+
) ++
43+
Seq(
44+
// [SPARK-16856] [WEBUI] [CORE] Link the application's executor page to the master's UI
45+
ProblemFilters.exclude[MissingTypesProblem]("org.apache.spark.scheduler.SparkListenerApplicationStart$")
46+
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.scheduler.SparkListenerApplicationStart.apply")
47+
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.scheduler.SparkListenerApplicationStart.copy")
48+
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.scheduler.SparkListenerApplicationStart.this")
4249
)
4350
}
4451

0 commit comments

Comments
 (0)