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 8b06606 commit 83e1960Copy full SHA for 83e1960
project/MimaExcludes.scala
@@ -36,6 +36,9 @@ object MimaExcludes {
36
37
// Exclude rules for 3.0.x
38
lazy val v30excludes = v24excludes ++ Seq(
39
+ // [SPARK-26594] DataSourceOptions.asMap should return CaseInsensitiveMap
40
+ ProblemFilters.exclude[IncompatibleResultTypeProblem]("org.apache.spark.sql.sources.v2.DataSourceOptions.asMap"),
41
+
42
// [SPARK-25838] Remove formatVersion from Saveable
43
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.mllib.clustering.DistributedLDAModel.formatVersion"),
44
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.mllib.clustering.LocalLDAModel.formatVersion"),
0 commit comments