File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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_" ),
You can’t perform that action at this time.
0 commit comments