File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -40,16 +40,11 @@ object MimaExcludes {
4040 Seq (
4141 MimaBuild .excludeSparkPackage(" api.java" ),
4242 MimaBuild .excludeSparkPackage(" mllib" ),
43- MimaBuild .excludeSparkPackage(" streaming" )
43+ MimaBuild .excludeSparkPackage(" streaming" ),
44+ MimaBuild .excludeSparkPackage(" graphx" )
4445 ) ++
4546 MimaBuild .excludeSparkClass(" rdd.ClassTags" ) ++
4647 MimaBuild .excludeSparkClass(" util.XORShiftRandom" ) ++
47- MimaBuild .excludeSparkClass(" graphx.EdgeRDD" ) ++
48- MimaBuild .excludeSparkClass(" graphx.VertexRDD" ) ++
49- MimaBuild .excludeSparkClass(" graphx.impl.GraphImpl" ) ++
50- MimaBuild .excludeSparkClass(" graphx.impl.RoutingTable" ) ++
51- MimaBuild .excludeSparkClass(" graphx.util.collection.PrimitiveKeyOpenHashMap" ) ++
52- MimaBuild .excludeSparkClass(" graphx.util.collection.GraphXPrimitiveKeyOpenHashMap" ) ++
5348 MimaBuild .excludeSparkClass(" mllib.recommendation.MFDataGenerator" ) ++
5449 MimaBuild .excludeSparkClass(" mllib.optimization.SquaredGradient" ) ++
5550 MimaBuild .excludeSparkClass(" mllib.regression.RidgeRegressionWithSGD" ) ++
@@ -58,4 +53,3 @@ object MimaExcludes {
5853 case _ => Seq ()
5954 }
6055}
61-
You can’t perform that action at this time.
0 commit comments