Skip to content

Commit c5b2d04

Browse files
committed
more MIMA fixes
1 parent 1ce7212 commit c5b2d04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/MimaExcludes.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ 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")
87+
ProblemFilters.exclude[IncompatibleMethTypeProblem]("org.apache.spark.mllib.tree.impurity.Gini.calculate"),
88+
ProblemFilters.exclude[IncompatibleMethTypeProblem]("org.apache.spark.mllib.tree.impurity.Entropy.calculate"),
8989
ProblemFilters.exclude[IncompatibleMethTypeProblem]("org.apache.spark.mllib.tree.impurity.Variance.calculate")
9090
)
9191
case v if v.startsWith("1.0") =>

0 commit comments

Comments
 (0)