Skip to content

Commit a6b5a16

Browse files
committed
oops
1 parent 1081e64 commit a6b5a16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/MimaExcludes.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,7 @@ object MimaExcludes {
866866
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.status.api.v1.TaskMetricDistributions.this")
867867
) ++ Seq(
868868
// SPARK-6685
869-
ProblemFilters.exclude[IncompatibleMethTypeProblem]("org.apache.spark.ml.recommendation.ALS.train")
869+
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.ml.recommendation.ALS.train")
870870
)
871871
}
872872

0 commit comments

Comments
 (0)