Skip to content

Commit c4d4f4e

Browse files
author
Andrew Or
committed
MIMA hot fix
1 parent d75579d commit c4d4f4e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

project/MimaExcludes.scala

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,12 @@ object MimaExcludes {
9999
// SPARK-4062
100100
ProblemFilters.exclude[MissingMethodProblem](
101101
"org.apache.spark.streaming.kafka.KafkaReceiver#MessageHandler.this")
102+
) ++ Seq(
103+
// SPARK-2321
104+
ProblemFilters.exclude[MissingMethodProblem](
105+
"org.apache.spark.SparkStageInfoImpl.this"),
106+
ProblemFilters.exclude[MissingMethodProblem](
107+
"org.apache.spark.SparkStageInfo.submissionTime")
102108
)
103109

104110
case v if v.startsWith("1.1") =>

0 commit comments

Comments
 (0)