Skip to content

Commit 894e772

Browse files
committed
fix mima v2.0
1 parent d509278 commit 894e772

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

project/MimaExcludes.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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"),

0 commit comments

Comments
 (0)