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 9babef5 commit 7d24f33Copy full SHA for 7d24f33
project/MimaExcludes.scala
@@ -36,6 +36,8 @@ object MimaExcludes {
36
37
// Exclude rules for 3.0.x
38
lazy val v30excludes = v24excludes ++ Seq(
39
+ // [SPARK-25959] GBTClassifier picks wrong impurity stats on loading
40
+ ProblemFilters.exclude[IncompatibleResultTypeProblem]("org.apache.spark.ml.classification.GBTClassificationModel.setImpurity"),
41
// [SPARK-25737] Remove JavaSparkContextVarargsWorkaround
42
ProblemFilters.exclude[MissingTypesProblem]("org.apache.spark.api.java.JavaSparkContext"),
43
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.api.java.JavaSparkContext.union"),
0 commit comments