File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -864,6 +864,12 @@ object MimaExcludes {
864864 // [SPARK-12221] Add CPU time to metrics
865865 ProblemFilters .exclude[DirectMissingMethodProblem ](" org.apache.spark.status.api.v1.TaskMetrics.this" ),
866866 ProblemFilters .exclude[DirectMissingMethodProblem ](" org.apache.spark.status.api.v1.TaskMetricDistributions.this" )
867+ ) ++ Seq (
868+ // [SPARK-16718] GBT model public changes to package-private class
869+ ProblemFilters .exclude[DirectMissingMethodProblem ](" org.apache.spark.ml.classification.GBTClassifier.getOldBoostingStrategy" ),
870+ ProblemFilters .exclude[DirectMissingMethodProblem ](" org.apache.spark.ml.classification.GBTClassificationModel.getOldBoostingStrategy" ),
871+ ProblemFilters .exclude[DirectMissingMethodProblem ](" org.apache.spark.ml.regression.GBTRegressor.getOldBoostingStrategy" ),
872+ ProblemFilters .exclude[DirectMissingMethodProblem ](" org.apache.spark.ml.regression.GBTRegressionModel.getOldBoostingStrategy" )
867873 )
868874 }
869875
You can’t perform that action at this time.
0 commit comments