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

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

Reynold Xin created SPARK-4335:
----------------------------------

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


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