File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,9 @@ object MimaExcludes {
53
53
ProblemFilters .exclude[MissingMethodProblem ](" org.apache.spark.sql.SQLContext.jdbc" ),
54
54
ProblemFilters .exclude[MissingMethodProblem ](" org.apache.spark.sql.SQLContext.jsonFile" ),
55
55
ProblemFilters .exclude[MissingMethodProblem ](" org.apache.spark.sql.SQLContext.jsonRDD" ),
56
- ProblemFilters .exclude[MissingMethodProblem ](" org.apache.spark.sql.SQLContext.load" )
56
+ ProblemFilters .exclude[MissingMethodProblem ](" org.apache.spark.sql.SQLContext.load" ),
57
+ ProblemFilters .exclude[MissingMethodProblem ](" org.apache.spark.sql.SQLContext.dialectClassName" ),
58
+ ProblemFilters .exclude[MissingMethodProblem ](" org.apache.spark.sql.SQLContext.getSQLDialect" )
57
59
) ++ Seq (
58
60
ProblemFilters .exclude[IncompatibleResultTypeProblem ](" org.apache.spark.SparkContext.emptyRDD" ),
59
61
ProblemFilters .exclude[MissingClassProblem ](" org.apache.spark.broadcast.HttpBroadcastFactory" )
You can’t perform that action at this time.
0 commit comments