Skip to content

Commit

Permalink
change problem filter for mima
Browse files Browse the repository at this point in the history
  • Loading branch information
manishamde committed Jul 18, 2014
1 parent 10fdd82 commit 1ce7212
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions project/MimaExcludes.scala
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,11 @@ object MimaExcludes {
MimaBuild.excludeSparkClass("storage.Values") ++
MimaBuild.excludeSparkClass("storage.Entry") ++
MimaBuild.excludeSparkClass("storage.MemoryStore$Entry") ++
MimaBuild.excludeSparkClass("org.apache.spark.mllib.tree.impurity.Gini") ++
MimaBuild.excludeSparkClass("org.apache.spark.mllib.tree.impurity.Entropy") ++
MimaBuild.excludeSparkClass("org.apache.spark.mllib.tree.impurity.Variance")
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.Variance.calculate")
)
case v if v.startsWith("1.0") =>
Seq(
MimaBuild.excludeSparkPackage("api.java"),
Expand Down

0 comments on commit 1ce7212

Please sign in to comment.