Skip to content

Commit b6c2180

Browse files
author
Nathan Kronenfeld
committed
Include MiMa exclude as per build error instructions - this version incompatibility should be irrelevent, as it will only surface if a master is talking to a worker running a different version of spark.
1 parent 537baad commit b6c2180

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

project/MimaExcludes.scala

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ object MimaExcludes {
5353
"org.apache.spark.mllib.linalg.Matrices.randn"),
5454
ProblemFilters.exclude[MissingMethodProblem](
5555
"org.apache.spark.mllib.linalg.Matrices.rand")
56+
) ++ Seq(
57+
// SPARK-4772
58+
ProblemFilters.exclude[IncompatibleResultTypeProblem](
59+
"org.apache.spark.Accumulators.localAccums")
5660
)
5761

5862
case v if v.startsWith("1.2") =>

0 commit comments

Comments
 (0)