Skip to content

Commit

Permalink
Disable MiMa checks for new unsafe module
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshRosen committed Apr 27, 2015
1 parent cde4132 commit 0925847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/SparkBuild.scala
Expand Up @@ -159,7 +159,7 @@ object SparkBuild extends PomBuild {
// TODO: Add Sql to mima checks
// TODO: remove launcher from this list after 1.3.
allProjects.filterNot(x => Seq(spark, sql, hive, hiveThriftServer, catalyst, repl,
networkCommon, networkShuffle, networkYarn, launcher).contains(x)).foreach {
networkCommon, networkShuffle, networkYarn, launcher, unsafe).contains(x)).foreach {
x => enable(MimaBuild.mimaSettings(sparkHome, x))(x)
}

Expand Down

0 comments on commit 0925847

Please sign in to comment.