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 5ba8789 commit 4933e2eCopy full SHA for 4933e2e
project/MimaBuild.scala
@@ -76,6 +76,8 @@ object MimaBuild {
76
excludeSparkClass("util.XORShiftRandom") ++
77
excludeSparkClass("graphx.EdgeRDD") ++
78
excludeSparkClass("graphx.VertexRDD") ++
79
+ excludeSparkClass("graphx.impl.GraphImpl") ++
80
+ excludeSparkClass("graphx.impl.RoutingTable") ++
81
excludeSparkClass("mllib.recommendation.MFDataGenerator") ++
82
excludeSparkClass("mllib.optimization.SquaredGradient") ++
83
excludeSparkClass("mllib.regression.RidgeRegressionWithSGD") ++
0 commit comments