Skip to content

Commit 5f212ce

Browse files
Ignore Spark Sink from mima.
1 parent 981bf62 commit 5f212ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/SparkBuild.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@ object SparkBuild extends PomBuild {
159159

160160
/* Enable Mima for all projects except spark, hive, catalyst, sql and repl */
161161
// TODO: Add Sql to mima checks
162-
allProjects.filterNot(y => Seq(spark, sql, hive, catalyst, repl).exists(x => x == y)).
163-
foreach (x => enable(MimaBuild.mimaSettings(sparkHome, x))(x))
162+
allProjects.filterNot(y => Seq(spark, sql, hive, catalyst, repl, streamingFlumeSink).exists(x =>
163+
x == y)).foreach (x => enable(MimaBuild.mimaSettings(sparkHome, x))(x))
164164

165165
/* Enable Assembly for all assembly projects */
166166
assemblyProjects.foreach(enable(Assembly.settings))

0 commit comments

Comments
 (0)