File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -82,9 +82,9 @@ object MimaExcludes {
82
82
MimaBuild .excludeSparkClass(" util.SerializableHyperLogLog" ) ++
83
83
MimaBuild .excludeSparkClass(" storage.Values" ) ++
84
84
MimaBuild .excludeSparkClass(" storage.Entry" ) ++
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" )
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
88
MimaBuild .excludeSparkClass(" org.apache.spark.mllib.tree.impurity.Variance" )
89
89
case v if v.startsWith(" 1.0" ) =>
90
90
Seq (
You can’t perform that action at this time.
0 commit comments