File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -83,9 +83,11 @@ object MimaExcludes {
83
83
MimaBuild .excludeSparkClass(" storage.Values" ) ++
84
84
MimaBuild .excludeSparkClass(" storage.Entry" ) ++
85
85
MimaBuild .excludeSparkClass(" storage.MemoryStore$Entry" ) ++
86
- MimaBuild .excludeSparkClass(" org.apache.spark.mllib.tree.impurity.Gini" ) ++
87
- MimaBuild .excludeSparkClass(" org.apache.spark.mllib.tree.impurity.Entropy" ) ++
88
- MimaBuild .excludeSparkClass(" org.apache.spark.mllib.tree.impurity.Variance" )
86
+ Seq (
87
+ ProblemFilters .exclude[IncompatibleMethTypeProblem ](" org.apache.spark.mllib.tree.impurity.Gini.calculate" )
88
+ ProblemFilters .exclude[IncompatibleMethTypeProblem ](" org.apache.spark.mllib.tree.impurity.Entropy.calculate" )
89
+ ProblemFilters .exclude[IncompatibleMethTypeProblem ](" org.apache.spark.mllib.tree.impurity.Variance.calculate" )
90
+ )
89
91
case v if v.startsWith(" 1.0" ) =>
90
92
Seq (
91
93
MimaBuild .excludeSparkPackage(" api.java" ),
You can’t perform that action at this time.
0 commit comments