We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d509278 commit 894e772Copy full SHA for 894e772
1 file changed
project/MimaExcludes.scala
@@ -37,8 +37,7 @@ object MimaExcludes {
37
// Exclude rules for 3.0.x
38
lazy val v30excludes = v24excludes ++ Seq(
39
// [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"),
+ ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.status.LiveEntityHelpers.createMetrics")
42
43
// [SPARK-27366][CORE] Support GPU Resources in Spark job scheduling
44
ProblemFilters.exclude[ReversedMissingMethodProblem]("org.apache.spark.TaskContext.resources"),
0 commit comments