From dc632f5642b6bee690b351efa1855402ef7bc716 Mon Sep 17 00:00:00 2001 From: Lianhui Wang Date: Wed, 20 Apr 2016 22:25:42 +0800 Subject: [PATCH] fix Mima --- project/MimaExcludes.scala | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/project/MimaExcludes.scala b/project/MimaExcludes.scala index 98d6219552e5c..2e26443c9a15a 100644 --- a/project/MimaExcludes.scala +++ b/project/MimaExcludes.scala @@ -636,9 +636,7 @@ object MimaExcludes { ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.executor.OutputMetrics.writeMethod") ) ++ Seq( // [SPARK-4452][Core]Shuffle data structures can starve others on the same thread for memory - ProblemFilters.exclude[MissingClassProblem]("org.apache.spark.util.collection.ExternalAppendOnlyMap"), - ProblemFilters.exclude[MissingClassProblem]("org.apache.spark.util.collection.ExternalSorter"), - ProblemFilters.exclude[MissingClassProblem]("org.apache.spark.util.collection.Spillable") + ProblemFilters.exclude[IncompatibleTemplateDefProblem]("org.apache.spark.util.collection.Spillable") ) case v if v.startsWith("1.6") => Seq(