GitHub user Stargazer4869 opened a pull request:
https://github.com/apache/tinkerpop/pull/787
TINKERPOP-1872 Apply edgeFunction in SparkMessenger
Re-create the pull request to replace the one on master branch.
The edgeFunction defined in Local MessageScope will not be applied anywhere
when you are using SparkGraphComputer. It will cause a difference in result
with what you will have when you are using TinkerGraphComputer.
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/787.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 #787
----
commit c92de854c4d20bf826feb79d18daa626f58d7713
Author: zhuchenchen <zhuchenchen@...>
Date: 2018-01-16T07:04:33Z
Apply edgeFunction in SparkMessenger
commit af0bd776cb9a199079b9484cc4176e58159f1991
Author: zhuchenchen <zhuchenchen@...>
Date: 2018-01-18T11:57:27Z
Add test case for applying edgeFunction in SparkMessenger
----
---