File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -62,12 +62,12 @@ object MimaExcludes {
6262 " org.apache.spark.storage.MemoryStore.Entry" )
6363 ) ++
6464 Seq (
65- // BlockManager now uses Arrays instead of ArrayBuffers
66- ProblemFilters .exclude[IncompatibleMethTypeProblem ](
65+ // Renamed putValues -> putArray + putIterator
66+ ProblemFilters .exclude[MissingMethodProblem ](
6767 " org.apache.spark.storage.MemoryStore.putValues" ),
68- ProblemFilters .exclude[IncompatibleMethTypeProblem ](
68+ ProblemFilters .exclude[MissingMethodProblem ](
6969 " org.apache.spark.storage.DiskStore.putValues" ),
70- ProblemFilters .exclude[IncompatibleMethTypeProblem ](
70+ ProblemFilters .exclude[MissingMethodProblem ](
7171 " org.apache.spark.storage.TachyonStore.putValues" )
7272 ) ++
7373 Seq (
You can’t perform that action at this time.
0 commit comments