From 0df02ca463a4126e5437b37114c6759a57ab71ee Mon Sep 17 00:00:00 2001 From: Andrew Or Date: Wed, 19 Nov 2014 14:03:44 -0800 Subject: [HOT FIX] MiMa tests are broken This is blocking #3353 and other patches. Author: Andrew Or Closes #3371 from andrewor14/mima-hot-fix and squashes the following commits: 842d059 [Andrew Or] Move excludes to the right section c4d4f4e [Andrew Or] MIMA hot fix --- project/MimaExcludes.scala | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'project') diff --git a/project/MimaExcludes.scala b/project/MimaExcludes.scala index 6ab2d1b04c..94de14ddbd 100644 --- a/project/MimaExcludes.scala +++ b/project/MimaExcludes.scala @@ -41,6 +41,12 @@ object MimaExcludes { // the maven-generated artifacts in the 1.2 build. MimaBuild.excludeSparkPackage("unused"), ProblemFilters.exclude[MissingClassProblem]("com.google.common.base.Optional") + ) ++ Seq( + // SPARK-2321 + ProblemFilters.exclude[MissingMethodProblem]( + "org.apache.spark.SparkStageInfoImpl.this"), + ProblemFilters.exclude[MissingMethodProblem]( + "org.apache.spark.SparkStageInfo.submissionTime") ) case v if v.startsWith("1.2") => -- cgit v1.2.3