GitHub user spmallette opened a pull request:
https://github.com/apache/tinkerpop/pull/793
TINKERPOP-1872 Apply edgeFunction in SparkMessenger
https://issues.apache.org/jira/browse/TINKERPOP-1872
This pull request basically adds an integration test for the fix presented
in #788 and indeed this test fails for Spark (while passing for TinkerGraph and
Giraph). After merging the change from that branch here, Spark passes, so this
all looks good now.
Thanks to @Stargazer4869 for the original pull request - #788 can be closed
at this point.
All tests pass with `docker/build.sh -t -n -i`
VOTE +1
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/tinkerpop TINKERPOP-1872
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tinkerpop/pull/793.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 #793
----
commit 744c4ecbc042acdc481045d6df5077d52d370ac9
Author: zhuchenchen <zhuchenchen@...>
Date: 2018-01-22T03:15:41Z
Apply edgeFunction in SparkMessenger
commit 4b34bb26a1ff381d33c4be156900d3c5e7a27279
Author: Stephen Mallette <spmva@...>
Date: 2018-01-30T14:26:57Z
Merge branch 'pr-788' into TINKERPOP-1872
commit 6456cbe6eed1818f5c60172c37037f65061bf2c2
Author: Stephen Mallette <spmva@...>
Date: 2018-01-30T14:27:06Z
TINKERPOP-1872 Test for edgeFunction on Messengers
commit 0f0d97a26b7cfe7fa7546362fdac2a7ee83fb8f8
Author: Stephen Mallette <spmva@...>
Date: 2018-01-30T14:28:59Z
TINKERPOP-1872 Updated changelog
----
---