Skip to content

Commit 656374e

Browse files
author
Marcelo Vanzin
committed
Mima fixes.
1 parent 4d511e7 commit 656374e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

project/SparkBuild.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,9 @@ object SparkBuild extends PomBuild {
165165
(allProjects ++ optionallyEnabledProjects).foreach(enable(TestSettings.settings))
166166

167167
// TODO: Add Sql to mima checks
168+
// TODO: remove launcher from this list after 1.3.
168169
allProjects.filterNot(x => Seq(spark, sql, hive, hiveThriftServer, catalyst, repl,
169-
networkCommon, networkShuffle, networkYarn).contains(x)).foreach {
170+
networkCommon, networkShuffle, networkYarn, launcher).contains(x)).foreach {
170171
x => enable(MimaBuild.mimaSettings(sparkHome, x))(x)
171172
}
172173

0 commit comments

Comments
 (0)