Skip to content

Commit

Permalink
fix-style
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaodeshan committed Jan 17, 2019
1 parent b9b434a commit 1d921f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/MimaExcludes.scala
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ object MimaExcludes {
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.SparkContext.markPartiallyConstructed"),

// [SPARK-26457] Show hadoop configurations in HistoryServer environment tab
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.status.api.v1.ApplicationEnvironmentInfo.this")
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.status.api.v1.ApplicationEnvironmentInfo.this"),

// Data Source V2 API changes
(problem: Problem) => problem match {
Expand Down

0 comments on commit 1d921f7

Please sign in to comment.