You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Vasia Kalavri (JIRA)" <ji...@apache.org> on 2015/09/29 20:00:06 UTC

[jira] [Created] (FLINK-2785) Implement Graph's fromCsvReader in Gelly-Scala

Vasia Kalavri created FLINK-2785:
------------------------------------

             Summary: Implement Graph's fromCsvReader in Gelly-Scala
                 Key: FLINK-2785
                 URL: https://issues.apache.org/jira/browse/FLINK-2785
             Project: Flink
          Issue Type: Task
          Components: Gelly
            Reporter: Vasia Kalavri
            Priority: Minor


Graphs's {{fromCsvReader}} method is currently missing from the Gelly Scala API. It cannot be implemented as a simple wrapper over the Java method, because the Java method returns a {{GraphCsvReader}}, which in return creates a Graph after specifying types with appropriate methods. The Scala version of the method can be more nicely implemented using the {{ScalaCsvInputFormat}}.



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