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 f674ff4 commit ceddf75Copy full SHA for ceddf75
project/MimaExcludes.scala
@@ -63,7 +63,10 @@ object MimaExcludes {
63
"org.apache.spark.storage.MemoryStore.Entry")
64
) ++
65
Seq(
66
- ProblemFilters.exclude[MissingMethodProblem]("org.apache.spark.streaming.flume.FlumeReceiver.this")
+ 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")
70
71
Seq( // Ignore some private methods in ALS.
72
ProblemFilters.exclude[MissingMethodProblem](
0 commit comments