GitHub user Stargazer4869 opened a pull request:
https://github.com/apache/tinkerpop/pull/788
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 tp32
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tinkerpop/pull/788.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 #788
----
commit 744c4ecbc042acdc481045d6df5077d52d370ac9
Author: zhuchenchen <zhuchenchen@...>
Date: 2018-01-22T03:15:41Z
Apply edgeFunction in SparkMessenger
----
---