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 51f456e commit 767ec55Copy full SHA for 767ec55
project/MimaExcludes.scala
@@ -66,6 +66,7 @@ object MimaExcludes {
66
excludePackage("org.apache.spark.sql.parquet"),
67
// The old JSON RDD is removed in favor of streaming Jackson
68
ProblemFilters.exclude[MissingClassProblem]("org.apache.spark.sql.json.JsonRDD$"),
69
+ ProblemFilters.exclude[MissingClassProblem]("org.apache.spark.sql.json.JsonRDD"),
70
// local function inside a method
71
ProblemFilters.exclude[MissingMethodProblem](
72
"org.apache.spark.sql.SQLContext.org$apache$spark$sql$SQLContext$$needsConversion$1")
0 commit comments