Github user JoshRosen commented on the pull request:

    https://github.com/apache/spark/pull/12248#issuecomment-207146732
  
    The MiMa failure is because `TaskContext` is a public abstract class, so 
adding a new method to it breaks binary compatibility for implementors of that 
class. However, `TaskContext` is not intended to actually be implemented by 
users; rather, it functions more as a public interface. Therefore, it should be 
safe to ignore this MiMa error:
    
    ```
    [error]  * abstract method 
getLocalProperty(java.lang.String)java.lang.String in class 
org.apache.spark.TaskContext is present only in current version
    [error]    filter with: 
ProblemFilters.exclude[ReversedMissingMethodProblem]("org.apache.spark.TaskContext.getLocalProperty")
    ```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

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

Reply via email to