Skip to content

Commit

Permalink
Update MimaExcludes
Browse files Browse the repository at this point in the history
  • Loading branch information
maropu committed Aug 8, 2017
1 parent 531a216 commit 49135d7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion project/MimaExcludes.scala
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@ object MimaExcludes {

// [SPARK-19937] Add remote bytes read to disk.
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.status.api.v1.ShuffleReadMetrics.this"),
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.status.api.v1.ShuffleReadMetricDistributions.this")
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.status.api.v1.ShuffleReadMetricDistributions.this"),

// [SPARK-21276] Update lz4-java to the latest (v1.4.0)
ProblemFilters.exclude[MissingClassProblem]("org.apache.spark.io.LZ4BlockInputStream")
)

// Exclude rules for 2.2.x
Expand Down

0 comments on commit 49135d7

Please sign in to comment.