GitHub user vasia opened a pull request:
https://github.com/apache/flink/pull/1205
[FLINK-2785] [gelly] implements fromCsvReader for gelly-scala
This is the last method missing from the Scala Graph implementation.
In order to be as close as possible to the Java implementation, I
implemented one method where different options are given with optional
parameters. This resulted into the method exceeding the allowed max number of
parameters, as defined in the scala checkstyle. I decided to disable the
checkstyle for this particular method, because most of the parameters are
optional and are there mainly for completeness. In the common case, a user
would only give the path and delimiters. If you think there's a better way to
do this without having to disable the checkstyle, let me know!
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/vasia/flink gelly-readCsv
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/1205.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1205
----
commit efe84acd8180f1cc4ece197c9b5193f8a926a98f
Author: vasia <[email protected]>
Date: 2015-09-30T21:53:06Z
[FLINK-2785] [gelly] implement fromCsvReader for gelly-scala; add tests and
docs
----
---
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.
---