Skip to content

Commit 1aae027

Browse files
committed
Enable MiMa checks for launcher and sql projects.
1 parent 998aac2 commit 1aae027

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

project/SparkBuild.scala

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,10 +156,8 @@ object SparkBuild extends PomBuild {
156156
/* Enable tests settings for all projects except examples, assembly and tools */
157157
(allProjects ++ optionallyEnabledProjects).foreach(enable(TestSettings.settings))
158158

159-
// TODO: Add Sql to mima checks
160-
// TODO: remove launcher from this list after 1.3.
161-
allProjects.filterNot(x => Seq(spark, sql, hive, hiveThriftServer, catalyst, repl,
162-
networkCommon, networkShuffle, networkYarn, launcher).contains(x)).foreach {
159+
allProjects.filterNot(x => Seq(spark, hive, hiveThriftServer, catalyst, repl,
160+
networkCommon, networkShuffle, networkYarn).contains(x)).foreach {
163161
x => enable(MimaBuild.mimaSettings(sparkHome, x))(x)
164162
}
165163

0 commit comments

Comments
 (0)