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 fe25a33 commit 193882fCopy full SHA for 193882f
project/MimaExcludes.scala
@@ -91,7 +91,9 @@ object MimaExcludes {
91
ProblemFilters.exclude[MissingMethodProblem](
92
"org.apache.spark.api.r.RRDD.this"),
93
94
- "org.apache.spark.api.r.StringRRDD.this")
+ "org.apache.spark.api.r.StringRRDD.this"),
95
+ ProblemFilters.exclude[MissingMethodProblem](
96
+ "org.apache.spark.api.r.BaseRRDD.this")
97
)
98
99
case v if v.startsWith("1.4") =>
0 commit comments