[
https://issues.apache.org/jira/browse/FLINK-3845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15265869#comment-15265869
]
ASF GitHub Bot commented on FLINK-3845:
---------------------------------------
Github user greghogan commented on a diff in the pull request:
https://github.com/apache/flink/pull/1949#discussion_r61690685
--- 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 --
Yes, not sure where IntelliJ got that idea.
> 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)