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 fed4ab6 commit 258d275Copy full SHA for 258d275
project/MimaExcludes.scala
@@ -107,7 +107,11 @@ object MimaExcludes {
107
"org.apache.spark.sql.SQLContext.createSession")
108
) ++ Seq(
109
ProblemFilters.exclude[MissingMethodProblem](
110
- "org.apache.spark.SparkContext.preferredNodeLocationData_=")
+ "org.apache.spark.SparkContext.preferredNodeLocationData_="),
111
+ ProblemFilters.exclude[MissingClassProblem](
112
+ "org.apache.spark.rdd.MapPartitionsWithPreparationRDD"),
113
114
+ "org.apache.spark.rdd.MapPartitionsWithPreparationRDD$")
115
)
116
case v if v.startsWith("1.5") =>
117
Seq(
0 commit comments