[GitHub] flink pull request: [FLINK-1975][gelly] Graph getUndirected improv...

2015-05-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/653 --- 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 enabl

[GitHub] flink pull request: [FLINK-1975][gelly] Graph getUndirected improv...

2015-05-15 Thread vasia
Github user vasia commented on the pull request: https://github.com/apache/flink/pull/653#issuecomment-102356828 No objections! Please go ahead @fhueske, thanks a lot ^^ --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] flink pull request: [FLINK-1975][gelly] Graph getUndirected improv...

2015-05-15 Thread fhueske
Github user fhueske commented on the pull request: https://github.com/apache/flink/pull/653#issuecomment-102320473 LGTM @vasia Any objections against merging this? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If yo

[GitHub] flink pull request: [FLINK-1975][gelly] Graph getUndirected improv...

2015-05-05 Thread andralungu
GitHub user andralungu opened a pull request: https://github.com/apache/flink/pull/653 [FLINK-1975][gelly] Graph getUndirected improvement We were using an union of two data sets to create the undirected graph. This could be done by simply calling a flatMap. Thanks for the