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

Apache Spark commented on SPARK-4444:
-------------------------------------

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

> Drop VD type parameter from EdgeRDD
> -----------------------------------
>
>                 Key: SPARK-4444
>                 URL: https://issues.apache.org/jira/browse/SPARK-4444
>             Project: Spark
>          Issue Type: Improvement
>          Components: GraphX
>            Reporter: Ankur Dave
>            Assignee: Ankur Dave
>            Priority: Blocker
>
> Due to vertex attribute caching, EdgeRDD previously took two type parameters: 
> ED and VD. However, this is an implementation detail that should not be 
> exposed in the interface, so this PR drops the VD type parameter.
> This requires removing the filter method from the EdgeRDD interface, because 
> it depends on vertex attribute caching.



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

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

Reply via email to