Skip to content

Commit c34abc0

Browse files
committed
Exclude all of GraphX from compatibility checks vs. 1.0.0
1 parent c5ca068 commit c34abc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/MimaExcludes.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ object MimaExcludes {
3535
val excludes =
3636
SparkBuild.SPARK_VERSION match {
3737
case v if v.startsWith("1.1") =>
38-
Seq()
38+
Seq(
39+
MimaBuild.excludeSparkPackage("graphx"))
3940
case v if v.startsWith("1.0") =>
4041
Seq(
4142
MimaBuild.excludeSparkPackage("api.java"),
@@ -58,4 +59,3 @@ object MimaExcludes {
5859
case _ => Seq()
5960
}
6061
}
61-

0 commit comments

Comments
 (0)