We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c588953 commit dd12be7Copy full SHA for dd12be7
project/MimaExcludes.scala
@@ -36,6 +36,9 @@ object MimaExcludes {
36
37
// Exclude rules for 2.3.x
38
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
+
42
// [SPARK-20495][SQL] Add StorageLevel to cacheTable API
43
ProblemFilters.exclude[ReversedMissingMethodProblem]("org.apache.spark.sql.catalog.Catalog.cacheTable"),
44
0 commit comments