LuciferYang commented on code in PR #38711:
URL: https://github.com/apache/spark/pull/38711#discussion_r1046674086


##########
project/MimaExcludes.scala:
##########
@@ -122,6 +122,13 @@ object MimaExcludes {
     // [SPARK-41072][SS] Add the error class STREAM_FAILED to 
StreamingQueryException
     
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.sql.streaming.StreamingQueryException.this"),
 
+
+    // [SPARK-41192] add taskIndex in SparkListenerSpeculativeTaskSubmitted 
Event
+    
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.scheduler.SparkListenerSpeculativeTaskSubmitted.apply"),

Review Comment:
   Do we still need to add these mima filters?
   
   



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to