Skip to content

Commit dd12be7

Browse files
author
pgandhi
committed
[SPARK-21809]: Adding Problem Filter to MiMa Excludes
Adding Problem filter for ExecutorStageSummary to MiMa Excludes
1 parent c588953 commit dd12be7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

project/MimaExcludes.scala

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ object MimaExcludes {
3636

3737
// Exclude rules for 2.3.x
3838
lazy val v23excludes = v22excludes ++ Seq(
39+
// [SPARK-21809] Change Stage Page to use datatables to support sorting columns and searching
40+
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.status.api.v1.ExecutorStageSummary.this"),
41+
3942
// [SPARK-20495][SQL] Add StorageLevel to cacheTable API
4043
ProblemFilters.exclude[ReversedMissingMethodProblem]("org.apache.spark.sql.catalog.Catalog.cacheTable"),
4144

0 commit comments

Comments
 (0)