Skip to content

Commit 9768860

Browse files
author
jinxing
committed
follow v22excludes
1 parent ae859fb commit 9768860

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/MimaExcludes.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ object MimaExcludes {
3737
// Exclude rules for 2.3.x
3838
lazy val v23excludes = v22excludes ++ Seq(
3939
// [SPARK-20495][SQL] Add StorageLevel to cacheTable API
40-
ProblemFilters.exclude[ReversedMissingMethodProblem]("org.apache.spark.sql.catalog.Catalog.cacheTable")
41-
) ++ Seq(
40+
ProblemFilters.exclude[ReversedMissingMethodProblem]("org.apache.spark.sql.catalog.Catalog.cacheTable"),
41+
4242
// [SPARK-19937] Add remote bytes read to disk.
4343
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.status.api.v1.ShuffleReadMetrics.this"),
4444
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.status.api.v1.ShuffleReadMetricDistributions.this")

0 commit comments

Comments
 (0)