Skip to content

Commit

Permalink
Added MimaExcludes for Vectors.argmax
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeDittmar committed Jul 15, 2015
1 parent 98058f4 commit 2ea6a55
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions project/MimaExcludes.scala
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ object MimaExcludes {
"org.apache.spark.api.r.StringRRDD.this"),
ProblemFilters.exclude[MissingMethodProblem](
"org.apache.spark.api.r.BaseRRDD.this")
) ++ Seq(
// SPARK-7422 add argmax for sparse vectors
ProblemFilters.exclude[MissingMethodProblem](
"org.apache.spark.mllib.linalg.Vector.argmax")
)

case v if v.startsWith("1.4") =>
Expand Down

0 comments on commit 2ea6a55

Please sign in to comment.