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

    https://github.com/apache/flink/pull/1329#discussion_r44008153
  
    --- Diff: 
flink-libraries/flink-gelly-scala/src/main/scala/org/apache/flink/graph/scala/Graph.scala
 ---
    @@ -968,6 +968,46 @@ TypeInformation : ClassTag](jgraph: jg.Graph[K, VV, 
EV]) {
       }
     
       /**
    +   * Performs intersect on the edge sets of the input graphs. Edges are 
considered equal, if they
    +   * have the same source identifier, target identifier and edge value.
    +   * <p>
    +   * The algorithm computes pairs of matching edges from the input graphs. 
If the same edge occurs
    --- End diff --
    
    algorithm => method?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to