Github user greghogan commented on the issue:
https://github.com/apache/flink/pull/2564
Agreed, I would amend my earlier suggestion to say we only need to start
with two projection methods (for each of top and bottom), something like
`public Graph<TK, TVV, Tuple2<EV, EV>> topProjectionSimple() {`
and
`public Graph<TK, TVV, TopProjection<TVV, BK, BVV, EV>> topProjection() {`
`TopProjection` (we can find better names) would be a `Tuple6` with POJO
accessors as with `Vertex`, `Edge`, etc.
---
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.
---