Skip to content

Commit 6e4859d

Browse files
author
Andrew Or
committed
Fix MiMa
1 parent ba5f555 commit 6e4859d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

project/MimaExcludes.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,8 @@ object MimaExcludes {
183183
) ++ Seq(
184184
// SPARK-12896 Send only accumulator updates to driver, not TaskMetrics
185185
ProblemFilters.exclude[IncompatibleMethTypeProblem]("org.apache.spark.Accumulable.this"),
186-
ProblemFilters.exclude[IncompatibleMethTypeProblem]("org.apache.spark.Accumulator.this")
186+
ProblemFilters.exclude[IncompatibleMethTypeProblem]("org.apache.spark.Accumulator.this"),
187+
ProblemFilters.exclude[MissingMethodProblem]("org.apache.spark.Accumulator.initialValue")
187188
) ++ Seq(
188189
// SPARK-12692 Scala style: Fix the style violation (Space before "," or ":")
189190
ProblemFilters.exclude[MissingMethodProblem]("org.apache.spark.streaming.flume.sink.SparkSink.org$apache$spark$streaming$flume$sink$Logging$$log_"),

0 commit comments

Comments
 (0)