We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5576054 commit d28b24dCopy full SHA for d28b24d
project/MimaExcludes.scala
@@ -350,7 +350,7 @@ object MimaExcludes {
350
ProblemFilters.exclude[MissingMethodProblem]("org.apache.spark.mllib.regression.LinearRegressionWithSGD.this")
351
) ++ Seq(
352
// SPARK-15250 Remove deprecated json API in DataFrameReader
353
- ProblemFilters.exclude[MissingMethodProblem]("org.apache.spark.sql.DataFrameReader.json")
+ ProblemFilters.exclude[IncompatibleMethTypeProblem]("org.apache.spark.sql.DataFrameReader.json")
354
355
// SPARK-13920: MIMA checks should apply to @Experimental and @DeveloperAPI APIs
356
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.Aggregator.combineCombinersByKey"),
0 commit comments