We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1081e64 commit a6b5a16Copy full SHA for a6b5a16
project/MimaExcludes.scala
@@ -866,7 +866,7 @@ object MimaExcludes {
866
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.status.api.v1.TaskMetricDistributions.this")
867
) ++ Seq(
868
// SPARK-6685
869
- ProblemFilters.exclude[IncompatibleMethTypeProblem]("org.apache.spark.ml.recommendation.ALS.train")
+ ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.ml.recommendation.ALS.train")
870
)
871
}
872
0 commit comments