cloud-fan commented on a change in pull request #27599: [SPARK-30846][CORE] Add 
AccumulatorV2 API in JavaSparkContext
URL: https://github.com/apache/spark/pull/27599#discussion_r399925639
 
 

 ##########
 File path: project/MimaExcludes.scala
 ##########
 @@ -498,7 +498,10 @@ object MimaExcludes {
     
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.sql.streaming.StreamingQueryListener#QueryStartedEvent.this"),
 
     // [SPARK-30667][CORE] Add allGather method to BarrierTaskContext
-    
ProblemFilters.exclude[IncompatibleTemplateDefProblem]("org.apache.spark.RequestToSync")
+    
ProblemFilters.exclude[IncompatibleTemplateDefProblem]("org.apache.spark.RequestToSync"),
+
+    // [SPARK-30846][CORE] Add AccumulatorV2 API in JavaSparkContext
+    
ProblemFilters.exclude[IncompatibleMethTypeProblem]("org.apache.spark.api.java.JavaSparkContext.doubleAccumulator")
 
 Review comment:
   If we add back some removed APIs, shouldn't we remove some items from Mima 
instead of adding more?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to