Skip to content

Commit e7a98d5

Browse files
committed
fix Mima
1 parent d16b5f3 commit e7a98d5

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
@@ -660,6 +660,9 @@ object MimaExcludes {
660660
// SPARK-14704: Create accumulators in TaskMetrics
661661
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.executor.InputMetrics.this"),
662662
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.executor.OutputMetrics.this")
663+
) ++ Seq(
664+
// [SPARK-4452][Core]Shuffle data structures can starve others on the same thread for memory
665+
ProblemFilters.exclude[IncompatibleTemplateDefProblem]("org.apache.spark.util.collection.Spillable")
663666
)
664667
case v if v.startsWith("1.6") =>
665668
Seq(

0 commit comments

Comments
 (0)