Skip to content

Commit

Permalink
Ignore Spark Sink from mima.
Browse files Browse the repository at this point in the history
  • Loading branch information
harishreedharan committed Jul 28, 2014
1 parent 981bf62 commit 5f212ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/SparkBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ object SparkBuild extends PomBuild {

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

/* Enable Assembly for all assembly projects */
assemblyProjects.foreach(enable(Assembly.settings))
Expand Down

0 comments on commit 5f212ce

Please sign in to comment.