Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/22729#discussion_r227818211
--- Diff: project/MimaExcludes.scala ---
@@ -55,9 +59,12 @@ object MimaExcludes {
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.api.java.JavaSparkContext.accumulable"),
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.api.java.JavaSparkContext.doubleAccumulator"),
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.api.java.JavaSparkContext.accumulator"),
+ // [SPARK-24109] Remove class SnappyOutputStreamWrapper
--- End diff --
I retroactively added these from previous changes
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]