File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,7 @@ object MimaExcludes {
3737 // Exclude rules for 3.0.x
3838 lazy val v30excludes = v24excludes ++ Seq (
3939 // [SPARK-27651][Core] Avoid the network when shuffle blocks are fetched from the same host
40- ProblemFilters .exclude[MissingClassProblem ](" org.apache.spark.storage.BlockManagerMessages.GetLocalDirs" ),
41- ProblemFilters .exclude[MissingClassProblem ](" org.apache.spark.storage.BlockManagerMessages.BlockManagerLocalDirs" ),
40+ ProblemFilters .exclude[DirectMissingMethodProblem ](" org.apache.spark.status.LiveEntityHelpers.createMetrics" )
4241
4342 // [SPARK-27366][CORE] Support GPU Resources in Spark job scheduling
4443 ProblemFilters .exclude[ReversedMissingMethodProblem ](" org.apache.spark.TaskContext.resources" ),
You can’t perform that action at this time.
0 commit comments