Skip to content

Commit

Permalink
revert mima
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud-fan committed Sep 4, 2018
1 parent 4791240 commit 2b2c894
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions project/MimaExcludes.scala
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@ object MimaExcludes {
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.ml.fpm.FPGrowthModel.this"),
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.mllib.fpm.AssociationRules#Rule.this"),

// [SPARK-25044] Address translation of LMF closure primitive args to Object in Scala 2.12
ProblemFilters.exclude[MissingTypesProblem]("org.apache.spark.sql.expressions.UserDefinedFunction$"),
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.sql.expressions.UserDefinedFunction.apply"),
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.sql.expressions.UserDefinedFunction.copy"),

// [SPARK-24296][CORE] Replicate large blocks as a stream.
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.network.netty.NettyBlockRpcServer.this"),
// [SPARK-23528] Add numIter to ClusteringSummary
Expand Down

0 comments on commit 2b2c894

Please sign in to comment.