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

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

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

    https://github.com/apache/flink/pull/1949#discussion_r61685159
  
    --- Diff: 
flink-libraries/flink-gelly/src/test/java/org/apache/flink/graph/test/operations/GraphMutationsITCase.java
 ---
    @@ -32,6 +32,8 @@
     import org.junit.runner.RunWith;
     import org.junit.runners.Parameterized;
     
    +import static javafx.scene.input.KeyCode.L;
    --- End diff --
    
    This was added by mistake I suppose?


> Gelly allows duplicate vertices in Graph.addVertices
> ----------------------------------------------------
>
>                 Key: FLINK-3845
>                 URL: https://issues.apache.org/jira/browse/FLINK-3845
>             Project: Flink
>          Issue Type: Bug
>          Components: Gelly
>    Affects Versions: 1.1.0
>            Reporter: Greg Hogan
>            Assignee: Greg Hogan
>             Fix For: 1.1.0
>
>
> Gelly performs a {{DataSet}} union then calls {{distinct()}} which keeps 
> vertices with the same label but different values. This should be replaced 
> with one of the join operators.



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

Reply via email to