Skip to content

Commit

Permalink
fix mina
Browse files Browse the repository at this point in the history
  • Loading branch information
Davies Liu committed Jun 13, 2015
1 parent c834108 commit 212143b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion project/MimaExcludes.scala
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,10 @@ object MimaExcludes {
ProblemFilters.exclude[MissingMethodProblem](
"org.apache.spark.streaming.kafka.KafkaTestUtils.waitUntilLeaderOffset"),
// SQL execution is considered private.
excludePackage("org.apache.spark.sql.execution")
excludePackage("org.apache.spark.sql.execution"),
// NanoTime is only used inside catalyst, not needed anymore
ProblemFilters.exclude[MissingClassProblem](
"org.apache.spark.sql.parquet.timestamp.NanoTime")
)
case v if v.startsWith("1.4") =>
Seq(
Expand Down

0 comments on commit 212143b

Please sign in to comment.