Skip to content

Commit ceddf75

Browse files
committed
add MimaExeclude
1 parent f674ff4 commit ceddf75

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

project/MimaExcludes.scala

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,10 @@ object MimaExcludes {
6363
"org.apache.spark.storage.MemoryStore.Entry")
6464
) ++
6565
Seq(
66-
ProblemFilters.exclude[MissingMethodProblem]("org.apache.spark.streaming.flume.FlumeReceiver.this")
66+
ProblemFilters.exclude[MissingMethodProblem]("org.apache.spark.streaming.flume.FlumeReceiver.this"),
67+
ProblemFilters.exclude[MissingMethodProblem](
68+
"org.apache.spark.rdd.OrderedRDDFunctions.org$apache$spark$rdd$OrderedRDDFunctions$$"
69+
+ "ordering")
6770
) ++
6871
Seq( // Ignore some private methods in ALS.
6972
ProblemFilters.exclude[MissingMethodProblem](

0 commit comments

Comments
 (0)