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 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 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 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