Github user vasia commented on the pull request:
https://github.com/apache/flink/pull/765#issuecomment-119744587
Hi @mfahimazizi!
Thank you for the update.
It seems Travis is still complaining about checkstyle. Could you check
again please? You can see these errors locally as well, if you run `mvn verify`
inside `flink-gelly`.
You are right that inside the `VertexUpdateFunction` you cannot access the
edge values. However, you could add the edge value inside the message that you
create in the `MessagingFunction` (you can access the edges there with
`getEdges()`.
Would that work for you?
---
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.
---