Github user squito commented on the pull request:

    https://github.com/apache/spark/pull/9264#issuecomment-155438549
  
    yeah its confusing to go through the mima msgs -- the one log line you 
quoted is for spark-mllib.  the issues are in spark-core:
    
    ```
    [error]  * synthetic method 
org$apache$spark$ComplexFutureAction$$thread_=(java.lang.Thread)Unit in class 
org.apache.spark.ComplexFutureAction does not have a correspondent in new 
version
    [error]    filter with: 
ProblemFilters.exclude[MissingMethodProblem]("org.apache.spark.ComplexFutureAction.org$apache$spark$ComplexFutureAction$$thread_=")
    [error]  * method 
runJob(org.apache.spark.rdd.RDD,scala.Function1,scala.collection.Seq,scala.Function2,scala.Function0)Unit
 in class org.apache.spark.ComplexFutureAction does not have a correspondent in 
new version
    [error]    filter with: 
ProblemFilters.exclude[MissingMethodProblem]("org.apache.spark.ComplexFutureAction.runJob")
    ```


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