Skip to content

Commit

Permalink
Add Mima excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryshao committed Nov 12, 2014
1 parent b798535 commit e501b3c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions project/MimaExcludes.scala
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ object MimaExcludes {
"org.apache.hadoop.mapred.SparkHadoopMapRedUtil"),
ProblemFilters.exclude[MissingTypesProblem](
"org.apache.spark.rdd.PairRDDFunctions")
) ++ Seq(
// SPARK-4062
ProblemFilters.exclude[MissingMethodProblem](
"org.apache.spark.streaming.kafka.KafkaReceiver#MessageHandler.this")
)

case v if v.startsWith("1.1") =>
Expand Down

0 comments on commit e501b3c

Please sign in to comment.