Skip to content

Commit 20c7b48

Browse files
committed
added MiMa exclude
1 parent 1da5f1a commit 20c7b48

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

project/MimaExcludes.scala

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,9 @@ object MimaExcludes {
161161
// SPARK-3580 Add getNumPartitions method to JavaRDD
162162
ProblemFilters.exclude[MissingMethodProblem](
163163
"org.apache.spark.api.java.JavaRDDLike.getNumPartitions")
164+
) ++ Seq(
165+
// SPARK-12149 Added new fields to ExecutorSummary
166+
ProblemFilters.exclude[MissingMethodProblem]("org.apache.spark.status.api.v1.ExecutorSummary.this")
164167
) ++
165168
// SPARK-11314: YARN backend moved to yarn sub-module and MiMA complains even though it's a
166169
// private class.

0 commit comments

Comments
 (0)