GitHub user spmallette opened a pull request:
https://github.com/apache/tinkerpop/pull/799
TINKERPOP-1586 Added checkAdjacentVertices option to SubgraphStrategy
https://issues.apache.org/jira/browse/TINKERPOP-1586
This change allows the user to turn off an aspect of `SubgraphStrategy`
that prevents it from working properly in OLAP situations. Added some better
javadoc to explain the settings for this strategy.
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-1586
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tinkerpop/pull/799.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 #799
----
commit d1121544017acf1189f0270f60b5f1f402fec0ea
Author: Stephen Mallette <spmva@...>
Date: 2018-02-15T21:22:58Z
TINKERPOP-1586 Added checkAdjacentVertices option to SubgraphStrategy
This change allows the user to turn off an aspect of SubgraphStrategy that
prevents it from working properly in OLAP situations.
----
---