Skip to content

Commit fe25a33

Browse files
author
Sun Rui
committed
Fix Mima test error.
1 parent 35ecfa3 commit fe25a33

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

project/MimaExcludes.scala

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,13 @@ object MimaExcludes {
8585
"org.apache.spark.streaming.scheduler.InputInfo")
8686
// SPARK-6797 Support YARN modes for SparkR
8787
ProblemFilters.exclude[MissingMethodProblem](
88-
"org.apache.spark.api.r.BaseRRDD.this")
88+
"org.apache.spark.api.r.PairwiseRRDD.this"),
89+
ProblemFilters.exclude[MissingMethodProblem](
90+
"org.apache.spark.api.r.RRDD.createRWorker"),
91+
ProblemFilters.exclude[MissingMethodProblem](
92+
"org.apache.spark.api.r.RRDD.this"),
93+
ProblemFilters.exclude[MissingMethodProblem](
94+
"org.apache.spark.api.r.StringRRDD.this")
8995
)
9096

9197
case v if v.startsWith("1.4") =>

0 commit comments

Comments
 (0)