Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
tgravescs committed Oct 8, 2020
1 parent dbc0ff1 commit 3ebf881
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 @@ -74,7 +74,7 @@ object MimaExcludes {
ProblemFilters.exclude[InheritedNewAbstractMethodProblem]("org.apache.spark.ml.classification.BinaryLogisticRegressionSummary.weightCol"),

// [SPARK-32879] Pass SparkSession.Builder options explicitly to SparkSession
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.sql.SparkSession.this")
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.sql.SparkSession.this"),

// [SPARK-32037][CORE] Rename blacklisting feature
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.SparkFirehoseListener.onExecutorBlacklisted"),
Expand Down

0 comments on commit 3ebf881

Please sign in to comment.