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 41d5338 commit 96065dfCopy full SHA for 96065df
project/MimaExcludes.scala
@@ -59,6 +59,9 @@ object MimaExcludes {
59
"org.apache.spark.rdd.PairRDDFunctions.org$apache$spark$rdd$PairRDDFunctions$$"
60
+ "createZero$1")
61
) ++
62
+ Seq(
63
+ ProblemFilters.exclude[MissingMethodProblem]("org.apache.spark.streaming.flume.FlumeReceiver.this")
64
+ ) ++
65
Seq( // Ignore some private methods in ALS.
66
ProblemFilters.exclude[MissingMethodProblem](
67
"org.apache.spark.mllib.recommendation.ALS.org$apache$spark$mllib$recommendation$ALS$^dateFeatures"),
0 commit comments