Skip to content

Commit 26f8acc

Browse files
committed
another attempt at fixing mima
1 parent c5b2d04 commit 26f8acc

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

project/MimaExcludes.scala

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,12 @@ object MimaExcludes {
8484
MimaBuild.excludeSparkClass("storage.Entry") ++
8585
MimaBuild.excludeSparkClass("storage.MemoryStore$Entry") ++
8686
Seq(
87-
ProblemFilters.exclude[IncompatibleMethTypeProblem]("org.apache.spark.mllib.tree.impurity.Gini.calculate"),
88-
ProblemFilters.exclude[IncompatibleMethTypeProblem]("org.apache.spark.mllib.tree.impurity.Entropy.calculate"),
89-
ProblemFilters.exclude[IncompatibleMethTypeProblem]("org.apache.spark.mllib.tree.impurity.Variance.calculate")
87+
ProblemFilters.exclude[IncompatibleMethTypeProblem](
88+
"org.apache.spark.mllib.tree.impurity.Gini.calculate"),
89+
ProblemFilters.exclude[IncompatibleMethTypeProblem](
90+
"org.apache.spark.mllib.tree.impurity.Entropy.calculate"),
91+
ProblemFilters.exclude[IncompatibleMethTypeProblem](
92+
"org.apache.spark.mllib.tree.impurity.Variance.calculate")
9093
)
9194
case v if v.startsWith("1.0") =>
9295
Seq(

0 commit comments

Comments
 (0)