Skip to content

Commit e48d785

Browse files
Documenting flume-sink being ignored for Mima checks.
1 parent 5f212ce commit e48d785

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
/* Enable tests settings for all projects except examples, assembly and tools */
158158
(allProjects ++ optionallyEnabledProjects).foreach(enable(TestSettings.settings))
159159

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

0 commit comments

Comments
 (0)