We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98058f4 commit 2ea6a55Copy full SHA for 2ea6a55
project/MimaExcludes.scala
@@ -95,6 +95,10 @@ object MimaExcludes {
95
"org.apache.spark.api.r.StringRRDD.this"),
96
ProblemFilters.exclude[MissingMethodProblem](
97
"org.apache.spark.api.r.BaseRRDD.this")
98
+ ) ++ Seq(
99
+ // SPARK-7422 add argmax for sparse vectors
100
+ ProblemFilters.exclude[MissingMethodProblem](
101
+ "org.apache.spark.mllib.linalg.Vector.argmax")
102
)
103
104
case v if v.startsWith("1.4") =>
0 commit comments