File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff 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" ) =>
You can’t perform that action at this time.
0 commit comments