[ 
https://issues.apache.org/jira/browse/SPARK-2070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Patrick Wendell resolved SPARK-2070.
------------------------------------

    Resolution: Fixed

Fixed by:
https://github.com/apache/spark/pull/1021

> 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
>          Components: Build
>            Reporter: Patrick Wendell
>            Assignee: Prashant Sharma
>             Fix For: 1.1.0
>
>
> {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")
> {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