Skip to content

Commit a7533e3

Browse files
committed
Mima excludes.
1 parent 1d795f5 commit a7533e3

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
@@ -44,7 +44,13 @@ object MimaExcludes {
4444
// the maven-generated artifacts in 1.3.
4545
excludePackage("org.spark-project.jetty"),
4646
MimaBuild.excludeSparkPackage("unused"),
47-
ProblemFilters.exclude[MissingClassProblem]("com.google.common.base.Optional")
47+
ProblemFilters.exclude[MissingClassProblem]("com.google.common.base.Optional"),
48+
ProblemFilters.exclude[IncompatibleResultTypeProblem](
49+
"org.apache.spark.rdd.JdbcRDD.compute"),
50+
ProblemFilters.exclude[IncompatibleResultTypeProblem](
51+
"org.apache.spark.broadcast.HttpBroadcastFactory.newBroadcast"),
52+
ProblemFilters.exclude[IncompatibleResultTypeProblem](
53+
"org.apache.spark.broadcast.TorrentBroadcastFactory.newBroadcast")
4854
)
4955

5056
case v if v.startsWith("1.3") =>

0 commit comments

Comments
 (0)