[ https://issues.apache.org/jira/browse/FLINK-1520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14625250#comment-14625250 ]
ASF GitHub Bot commented on FLINK-1520: --------------------------------------- Github user andralungu commented on the pull request: https://github.com/apache/flink/pull/847#issuecomment-121039562 Yes, but then you would have the following methods: `types`, `typesNoEdgeValue`, `typesNoVertexValue` and again `types`. So, even if it's not 100% needed I'd try to keep it consistent. We could also make it more graph-oriented (the name `types` was generic). The following is just an example: 1). keyType(K) 2). keyAndVertexTypes(K, VV) 3). keyAndEdgeTypes(K, EV) 4). keyVertexAndEdgeTypes(K, VV, EV) With a nice documentation, I think I'd understand what these are for :) > Read edges and vertices from CSV files > -------------------------------------- > > Key: FLINK-1520 > URL: https://issues.apache.org/jira/browse/FLINK-1520 > Project: Flink > Issue Type: New Feature > Components: Gelly > Reporter: Vasia Kalavri > Assignee: Shivani Ghatge > Priority: Minor > Labels: easyfix, newbie > > Add methods to create Vertex and Edge Datasets directly from CSV file inputs. -- This message was sent by Atlassian JIRA (v6.3.4#6332)