diff --git a/project/MimaBuild.scala b/project/MimaBuild.scala index f416629f5d03d..dd68ad5a24f25 100644 --- a/project/MimaBuild.scala +++ b/project/MimaBuild.scala @@ -48,7 +48,8 @@ object MimaBuild { exclude[MissingClassProblem]("org.apache.spark.mllib.optimization.SquaredGradient"), exclude[IncompatibleResultTypeProblem]("org.apache.spark.mllib.regression.LinearRegressionWithSGD.gradient"), exclude[IncompatibleResultTypeProblem]("org.apache.spark.mllib.regression.RidgeRegressionWithSGD.gradient"), - exclude[IncompatibleResultTypeProblem]("org.apache.spark.mllib.regression.LassoWithSGD.gradient") + exclude[IncompatibleResultTypeProblem]("org.apache.spark.mllib.regression.LassoWithSGD.gradient"), + exclude[FinalClassProblem]("org.apache.spark.SparkFiles") ) }