Github user vanzin commented on the pull request:

    https://github.com/apache/spark/pull/3371#issuecomment-63718779
  
    Not a comment on the change itself, but sometimes these mima errors confuse 
me. I have a couple of questions:
    
    > [error]  * abstract method submissionTime()Long in interface 
org.apache.spark.SparkStageInfo does not have a correspondent in old version
    
    Why is adding a new method an error? That is fine as far as API 
compatibility is concerned, right? Or is this restricted to interfaces (because 
of risk of `AbstractMethodError`)?
    
    > [error]  * method this(Int,Int,java.lang.String,Int,Int,Int,Int)Unit in 
class org.apache.spark.SparkStageInfoImpl does not have a correspondent in new 
version
    
    `SparkStageInfoImpl` is a private class, why isn't it being ignored?


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