Skip to content

Commit 4933e2e

Browse files
committed
Exclude RoutingTable from binary compatibility check
1 parent 5ba8789 commit 4933e2e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

project/MimaBuild.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ object MimaBuild {
7676
excludeSparkClass("util.XORShiftRandom") ++
7777
excludeSparkClass("graphx.EdgeRDD") ++
7878
excludeSparkClass("graphx.VertexRDD") ++
79+
excludeSparkClass("graphx.impl.GraphImpl") ++
80+
excludeSparkClass("graphx.impl.RoutingTable") ++
7981
excludeSparkClass("mllib.recommendation.MFDataGenerator") ++
8082
excludeSparkClass("mllib.optimization.SquaredGradient") ++
8183
excludeSparkClass("mllib.regression.RidgeRegressionWithSGD") ++

0 commit comments

Comments
 (0)