HyukjinKwon opened a new pull request, #38492:
URL: https://github.com/apache/spark/pull/38492

   ### What changes were proposed in this pull request?
   This PR is a followup of https://github.com/apache/spark/pull/35594 that 
recovers Mima compatibility test for Scala 2.13.
   
   ### Why are the changes needed?
   
   To fix the Mima build broken 
(https://github.com/apache/spark/actions/runs/3380379538/jobs/5613108397)
   
   ```
   [error] spark-core: Failed binary compatibility check against 
org.apache.spark:spark-core_2.13:3.3.0! Found 2 potential problems (filtered 
945)
   [error]  * method productElementName(Int)java.lang.String in object 
org.apache.spark.scheduler.cluster.CoarseGrainedClusterMessages#Shutdown does 
not have a correspondent in current version
   [error]    filter with: 
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.scheduler.cluster.CoarseGrainedClusterMessages#Shutdown.productElementName")
   [error]  * method productElementNames()scala.collection.Iterator in object 
org.apache.spark.scheduler.cluster.CoarseGrainedClusterMessages#Shutdown does 
not have a correspondent in current version
   [error]    filter with: 
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.scheduler.cluster.CoarseGrainedClusterMessages#Shutdown.productElementNames")
   ```
   
   ### Does this PR introduce _any_ user-facing change?
   No, dev-only.
   
   ### How was this patch tested?
   CI in this PR should test it out. After that, scheduled jobs for Scala 2.13 
will test this out


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