Skip to content
This repository was archived by the owner on May 9, 2024. It is now read-only.

Commit 7f0cea0

Browse files
committed
remove mima excludes for 1.3
1 parent d03638c commit 7f0cea0

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

project/MimaExcludes.scala

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -187,14 +187,7 @@ object MimaExcludes {
187187
ProblemFilters.exclude[MissingMethodProblem](
188188
"org.apache.spark.mllib.linalg.Matrix.isTransposed"),
189189
ProblemFilters.exclude[MissingMethodProblem](
190-
"org.apache.spark.mllib.linalg.Matrix.foreachActive"),
191-
// SPARK-7681 add SparseVector support for gemv
192-
ProblemFilters.exclude[MissingMethodProblem](
193-
"org.apache.spark.mllib.linalg.Matrix.multiply"),
194-
ProblemFilters.exclude[MissingMethodProblem](
195-
"org.apache.spark.mllib.linalg.DenseMatrix.multiply"),
196-
ProblemFilters.exclude[MissingMethodProblem](
197-
"org.apache.spark.mllib.linalg.SparseMatrix.multiply")
190+
"org.apache.spark.mllib.linalg.Matrix.foreachActive")
198191
) ++ Seq(
199192
// SPARK-5540
200193
ProblemFilters.exclude[MissingMethodProblem](

0 commit comments

Comments
 (0)