[GitHub] flink pull request: [FLINK-2634] [gelly] [WIP] Vertex Centric Tria...

2016-01-18 Thread andralungu
Github user andralungu commented on the pull request: https://github.com/apache/flink/pull/1291#issuecomment-172458727 Hi @vasia, This PR contained a bugfix that could have been validated, but I don't mind closing it! --- If your project is set up for it, you can reply to

[GitHub] flink pull request: [FLINK-2634] [gelly] [WIP] Vertex Centric Tria...

2016-01-18 Thread andralungu
Github user andralungu closed the pull request at: https://github.com/apache/flink/pull/1291 --- 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

[GitHub] flink pull request: [FLINK-2634] [gelly] [WIP] Vertex Centric Tria...

2016-01-18 Thread vasia
Github user vasia commented on the pull request: https://github.com/apache/flink/pull/1291#issuecomment-172475425 Thanks @andralungu! Maybe you could open a PR with the bugfix only? Is there a jira for it? --- If your project is set up for it, you can reply to this email and have

[GitHub] flink pull request: [FLINK-2634] [gelly] [WIP] Vertex Centric Tria...

2016-01-16 Thread vasia
Github user vasia commented on the pull request: https://github.com/apache/flink/pull/1291#issuecomment-172196411 Hey @andralungu, is this something you'd like to continue working on? If not, would you mind closing this PR? Thanks! --- If your project is set up for it, you

[GitHub] flink pull request: [FLINK-2634] [gelly] [WIP] Vertex Centric Tria...

2015-10-22 Thread andralungu
GitHub user andralungu opened a pull request: https://github.com/apache/flink/pull/1291 [FLINK-2634] [gelly] [WIP] Vertex Centric Triangle Count This PR builds on the code presented in #1105. Basically, the reduceOn* calls are replaced with groupReduceOn* calls. As