GitHub user Stargazer4869 opened a pull request: https://github.com/apache/tinkerpop/pull/779
Apply edgeFunction in SparkMessenger It seem the edgeFunction defined in Local MessageScope will not be applied anywhere when you are using SparkGraphComputer, I wonder why that is. It will cause a difference in result with what you will have when you are using TinkerGraphComputer. In this pull request I send out a message after it is processed by the edgeFunction, so the SparkGraphComputer will behave the same as the TinkerGraphComputer does. You can merge this pull request into a Git repository by running: $ git pull https://github.com/Stargazer4869/tinkerpop master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/tinkerpop/pull/779.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #779 ---- commit c92de854c4d20bf826feb79d18daa626f58d7713 Author: zhuchenchen <zhuchenchen@...> Date: 2018-01-16T07:04:33Z Apply edgeFunction in SparkMessenger ---- ---