Skip to content

Commit 767ec55

Browse files
committed
More Mima
1 parent 51f456e commit 767ec55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

project/MimaExcludes.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ object MimaExcludes {
6666
excludePackage("org.apache.spark.sql.parquet"),
6767
// The old JSON RDD is removed in favor of streaming Jackson
6868
ProblemFilters.exclude[MissingClassProblem]("org.apache.spark.sql.json.JsonRDD$"),
69+
ProblemFilters.exclude[MissingClassProblem]("org.apache.spark.sql.json.JsonRDD"),
6970
// local function inside a method
7071
ProblemFilters.exclude[MissingMethodProblem](
7172
"org.apache.spark.sql.SQLContext.org$apache$spark$sql$SQLContext$$needsConversion$1")

0 commit comments

Comments
 (0)