Patrick Wendell created SPARK-2070:
--------------------------------------

             Summary: Package private methods are not excluded correctly
                 Key: SPARK-2070
                 URL: https://issues.apache.org/jira/browse/SPARK-2070
             Project: Spark
          Issue Type: Sub-task
            Reporter: Patrick Wendell
            Assignee: Prashant Sharma


{code}
[error]  * method getCallSite()java.lang.String in class 
org.apache.spark.SparkContext has now a different result type; was: 
java.lang.String, is now: org.apache.spark.util.CallSite
[error]    filter with: 
ProblemFilters.exclude[IncompatibleResultTypeProblem]("org.apache.spark.SparkContext.getCallSite")
[error]  * method creationSiteInfo()org.apache.spark.util.Utils#CallSiteInfo in 
class org.apache.spark.rdd.RDD does not have a correspondent in new version
[error]    filter with: 
ProblemFilters.exclude[MissingMethodProblem]("org.apache.spark.rdd.RDD.creationSiteInfo")
{code}

I think we can fix this by just reflecting on individual methods and doing 
something similar to the classes.




--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to