Skip to content

Commit

Permalink
fix Mima
Browse files Browse the repository at this point in the history
  • Loading branch information
lianhuiwang committed Apr 20, 2016
1 parent b84ad96 commit dc632f5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions project/MimaExcludes.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit dc632f5

Please sign in to comment.