abellina commented on PR #43627:
URL: https://github.com/apache/spark/pull/43627#issuecomment-1789408786

   The MIMA tests are failing due to:
   ```
   [error] spark-core: Failed binary compatibility check against 
org.apache.spark:spark-core_2.13:3.5.0! Found 1 potential problems (filtered 
3908)
   [error]  * method 
this(java.lang.String,org.apache.spark.rpc.RpcEnv,org.apache.spark.serializer.Serializer,org.apache.spark.serializer.Serializer,org.apache.spark.serializer.SerializerManager,org.apache.spark.MapOutputTracker,org.apache.spark.shuffle.ShuffleManager,org.apache.spark.broadcast.BroadcastManager,org.apache.spark.storage.BlockManager,org.apache.spark.SecurityManager,org.apache.spark.metrics.MetricsSystem,org.apache.spark.memory.MemoryManager,org.apache.spark.scheduler.OutputCommitCoordinator,org.apache.spark.SparkConf)Unit
 in class org.apache.spark.SparkEnv does not have a correspondent in current 
version
   ```
   Which makes sense, since I changed `SparkEnv`.
   
   I am not entirely sure if adding this to `MimaExcludes` is the right 
approach here, and I think I need some help.
   


-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to