Skip to content

Commit e90c37b

Browse files
committed
Add Mima excludes
1 parent 7529810 commit e90c37b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

project/MimaExcludes.scala

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,12 @@ object MimaExcludes {
7171
"org.apache.spark.storage.TachyonStore.putValues")
7272
) ++
7373
Seq(
74-
ProblemFilters.exclude[MissingMethodProblem]("org.apache.spark.streaming.flume.FlumeReceiver.this")
74+
ProblemFilters.exclude[MissingMethodProblem](
75+
"org.apache.spark.streaming.flume.FlumeReceiver.this"),
76+
ProblemFilters.exclude[IncompatibleMethTypeProblem](
77+
"org.apache.spark.streaming.kafka.KafkaUtils.createStream"),
78+
ProblemFilters.exclude[IncompatibleMethTypeProblem](
79+
"org.apache.spark.streaming.kafka.KafkaReceiver.this")
7580
) ++
7681
Seq( // Ignore some private methods in ALS.
7782
ProblemFilters.exclude[MissingMethodProblem](

0 commit comments

Comments
 (0)