You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2014/11/11 07:29:33 UTC

[jira] [Commented] (SPARK-4335) Mima check misreporting for GraphX pull request

    [ https://issues.apache.org/jira/browse/SPARK-4335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14206019#comment-14206019 ] 

Apache Spark commented on SPARK-4335:
-------------------------------------

User 'ScrapCodes' has created a pull request for this issue:
https://github.com/apache/spark/pull/3201

> Mima check misreporting for GraphX pull request
> -----------------------------------------------
>
>                 Key: SPARK-4335
>                 URL: https://issues.apache.org/jira/browse/SPARK-4335
>             Project: Spark
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 1.2.0
>            Reporter: Reynold Xin
>            Assignee: Prashant Sharma
>            Priority: Blocker
>
> Mima is reporting binary check failure for RDD/partitions in the following pull request even though the pull request doesn't change those at all.
> https://github.com/apache/spark/pull/2530
> {code}
> [error]  * abstract method getPartitions()Array[org.apache.spark.Partition] in class org.apache.spark.rdd.RDD does not have a correspondent in new version
> [error]    filter with: ProblemFilters.exclude[AbstractMethodProblem]("org.apache.spark.rdd.RDD.getPartitions")
> [error]  * abstract method compute(org.apache.spark.Partition,org.apache.spark.TaskContext)scala.collection.Iterator in class org.apache.spark.rdd.RDD does not have a correspondent in new version
> [error]    filter with: ProblemFilters.exclude[AbstractMethodProblem]("org.apache.spark.rdd.RDD.compute")
> [error]  * abstract method getPartitions()Array[org.apache.spark.Partition] in class org.apache.spark.rdd.RDD does not have a correspondent in new version
> [error]    filter with: ProblemFilters.exclude[AbstractMethodProblem]("org.apache.spark.rdd.RDD.getPartitions")
> [error]  * abstract method compute(org.apache.spark.Partition,org.apache.spark.TaskContext)scala.collection.Iterator in class org.apache.spark.rdd.RDD does not have a correspondent in new version
> [error]    filter with: ProblemFilters.exclude[AbstractMethodProblem]("org.apache.spark.rdd.RDD.compute")
> [info] Done updating.
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org