File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,11 @@ object MimaExcludes {
6868
6969 // [SPARK-14280] Support Scala 2.12
7070 ProblemFilters .exclude[ReversedMissingMethodProblem ](" org.apache.spark.FutureAction.transformWith" ),
71- ProblemFilters .exclude[ReversedMissingMethodProblem ](" org.apache.spark.FutureAction.transform" )
71+ ProblemFilters .exclude[ReversedMissingMethodProblem ](" org.apache.spark.FutureAction.transform" ),
72+
73+ // [SPARK-21087] CrossValidator, TrainValidationSplit expose sub models after fitting: Scala
74+ ProblemFilters .exclude[FinalClassProblem ](" org.apache.spark.ml.tuning.CrossValidatorModel$CrossValidatorModelWriter" ),
75+ ProblemFilters .exclude[FinalClassProblem ](" org.apache.spark.ml.tuning.TrainValidationSplitModel$TrainValidationSplitModelWriter" )
7276 )
7377
7478 // Exclude rules for 2.2.x
You can’t perform that action at this time.
0 commit comments