We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91dc787 commit 111e388Copy full SHA for 111e388
project/MimaBuild.scala
@@ -74,6 +74,8 @@ object MimaBuild {
74
) ++
75
excludeSparkClass("rdd.ClassTags") ++
76
excludeSparkClass("util.XORShiftRandom") ++
77
+ excludeSparkClass("graphx.EdgeRDD") ++
78
+ excludeSparkClass("graphx.VertexRDD") ++
79
excludeSparkClass("mllib.recommendation.MFDataGenerator") ++
80
excludeSparkClass("mllib.optimization.SquaredGradient") ++
81
excludeSparkClass("mllib.regression.RidgeRegressionWithSGD") ++
0 commit comments