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

ASF GitHub Bot commented on FLINK-2093:
---------------------------------------

Github user vasia commented on a diff in the pull request:

    https://github.com/apache/flink/pull/818#discussion_r32374703
  
    --- Diff: docs/libs/gelly_guide.md ---
    @@ -240,6 +240,7 @@ Graph<Long, Double, Double> networkWithWeights = 
network.joinWithEdgesOnSource(v
         <img alt="Union Transformation" width="50%" src="fig/gelly-union.png"/>
     </p>
     
    +* <strong>Difference</strong>: Gelly's `difference()` method performs a 
difference on the vertex and edge sets of the input graphs. The resultant graph 
is formed by removing the vertices and edges from the graph that are common 
with the second graph.
    --- End diff --
    
    we can rephrase this a bit.. there is one input graph and no "second" 
graph... I guess you copied from the union description above (which should also 
be changed).


> Add a difference method to Gelly's Graph class
> ----------------------------------------------
>
>                 Key: FLINK-2093
>                 URL: https://issues.apache.org/jira/browse/FLINK-2093
>             Project: Flink
>          Issue Type: New Feature
>          Components: Gelly
>    Affects Versions: 0.9
>            Reporter: Andra Lungu
>            Assignee: Shivani Ghatge
>            Priority: Minor
>
> This method will compute the difference between two graphs, returning a new 
> graph containing the vertices and edges that the current graph and the input 
> graph don't have in common. 



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

Reply via email to