Skip to content

Commit 2feaf7b

Browse files
committed
revert MimaExcludes
1 parent ceddf75 commit 2feaf7b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

project/MimaExcludes.scala

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,7 @@ object MimaExcludes {
6363
"org.apache.spark.storage.MemoryStore.Entry")
6464
) ++
6565
Seq(
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")
66+
ProblemFilters.exclude[MissingMethodProblem]("org.apache.spark.streaming.flume.FlumeReceiver.this")
7067
) ++
7168
Seq( // Ignore some private methods in ALS.
7269
ProblemFilters.exclude[MissingMethodProblem](

0 commit comments

Comments
 (0)