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 2b86ba1 commit 3d56106Copy full SHA for 3d56106
project/MimaExcludes.scala
@@ -106,6 +106,10 @@ object MimaExcludes {
106
"org.apache.spark.sql.parquet.ParquetTestData$"),
107
ProblemFilters.exclude[MissingClassProblem](
108
"org.apache.spark.sql.parquet.TestGroupWriteSupport")
109
+ ) ++ Seq(
110
+ // SPARK-7530 Added StreamingContext.getState()
111
+ ProblemFilters.exclude[MissingMethodProblem](
112
+ "org.apache.spark.streaming.StreamingContext.state_=")
113
)
114
115
case v if v.startsWith("1.3") =>
0 commit comments