[GitHub] flink pull request: [FLINK-2561] Adds missing Gelly scala methods ...

2015-09-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/1183 --- 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 enab

[GitHub] flink pull request: [FLINK-2561] Adds missing Gelly scala methods ...

2015-09-28 Thread vasia
Github user vasia commented on the pull request: https://github.com/apache/flink/pull/1183#issuecomment-143725226 Thank you for the review @StephanEwen! I'll address your comments and merge later. --- If your project is set up for it, you can reply to this email and have your reply a

[GitHub] flink pull request: [FLINK-2561] Adds missing Gelly scala methods ...

2015-09-28 Thread vasia
Github user vasia commented on a diff in the pull request: https://github.com/apache/flink/pull/1183#discussion_r40544282 --- Diff: flink-staging/flink-gelly-scala/src/main/scala/org/apache/flink/graph/scala/utils/Tuple2ToVertexMap.scala --- @@ -0,0 +1,31 @@ +/* + * Licens

[GitHub] flink pull request: [FLINK-2561] Adds missing Gelly scala methods ...

2015-09-28 Thread StephanEwen
Github user StephanEwen commented on the pull request: https://github.com/apache/flink/pull/1183#issuecomment-143714240 Looks good to me! One style comment: I think that `collect()` should be written with parenthesis. In Scala, you use parenthesis if the methods are not purely

[GitHub] flink pull request: [FLINK-2561] Adds missing Gelly scala methods ...

2015-09-28 Thread StephanEwen
Github user StephanEwen commented on a diff in the pull request: https://github.com/apache/flink/pull/1183#discussion_r40540447 --- Diff: flink-staging/flink-gelly-scala/src/main/scala/org/apache/flink/graph/scala/utils/Tuple2ToVertexMap.scala --- @@ -0,0 +1,31 @@ +/* + *