Skip to content

Commit 199e3fb

Browse files
committed
Disabled MIMA for hive-thriftserver
1 parent 1083e9d commit 199e3fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/SparkBuild.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ object SparkBuild extends PomBuild {
157157

158158
/* Enable Mima for all projects except spark, hive, catalyst, sql and repl */
159159
// TODO: Add Sql to mima checks
160-
allProjects.filterNot(x => Seq(spark, sql, hive, catalyst, repl).contains(x)).
160+
allProjects.filterNot(x => Seq(spark, sql, hive, hiveThriftServer, catalyst, repl).contains(x)).
161161
foreach (x => enable(MimaBuild.mimaSettings(sparkHome, x))(x))
162162

163163
/* Enable Assembly for all assembly projects */

0 commit comments

Comments
 (0)