Skip to content

Commit

Permalink
more MIMA fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
manishamde committed Jul 18, 2014
1 parent 1ce7212 commit c5b2d04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/MimaExcludes.scala
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ object MimaExcludes {
MimaBuild.excludeSparkClass("storage.Entry") ++
MimaBuild.excludeSparkClass("storage.MemoryStore$Entry") ++
Seq(
ProblemFilters.exclude[IncompatibleMethTypeProblem]("org.apache.spark.mllib.tree.impurity.Gini.calculate")
ProblemFilters.exclude[IncompatibleMethTypeProblem]("org.apache.spark.mllib.tree.impurity.Entropy.calculate")
ProblemFilters.exclude[IncompatibleMethTypeProblem]("org.apache.spark.mllib.tree.impurity.Gini.calculate"),
ProblemFilters.exclude[IncompatibleMethTypeProblem]("org.apache.spark.mllib.tree.impurity.Entropy.calculate"),
ProblemFilters.exclude[IncompatibleMethTypeProblem]("org.apache.spark.mllib.tree.impurity.Variance.calculate")
)
case v if v.startsWith("1.0") =>
Expand Down

0 comments on commit c5b2d04

Please sign in to comment.