We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b798535 commit e501b3cCopy full SHA for e501b3c
project/MimaExcludes.scala
@@ -85,6 +85,10 @@ object MimaExcludes {
85
"org.apache.hadoop.mapred.SparkHadoopMapRedUtil"),
86
ProblemFilters.exclude[MissingTypesProblem](
87
"org.apache.spark.rdd.PairRDDFunctions")
88
+ ) ++ Seq(
89
+ // SPARK-4062
90
+ ProblemFilters.exclude[MissingMethodProblem](
91
+ "org.apache.spark.streaming.kafka.KafkaReceiver#MessageHandler.this")
92
)
93
94
case v if v.startsWith("1.1") =>
0 commit comments