File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments