GitHub user okram opened a pull request:
https://github.com/apache/tinkerpop/pull/641
TINKERPOP-1703: Make DsegEdgeOtherVertexStep non-final
https://issues.apache.org/jira/browse/TINKERPOP-1703
The ticket really is about making {{EdgeOtherVertexStep}} non-final so
providers, like DSEGraph, can extend it accordingly.
Simple fix.
**SIDENOTE**: @dkuppitz -- I wonder if there is a more efficient way to
implement this step. I looked into using `Path.get(i)`, but it seems while it
makes less data, it is more expensive to execute (at least for `ImmutablePath`).
VOTE +1.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/tinkerpop TINKERPOP-1703
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tinkerpop/pull/641.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 #641
----
commit 2543cb4f3d876a54585f4b4b92849c372d394f2f
Author: Marko A. Rodriguez <[email protected]>
Date: 2017-06-28T14:15:54Z
EdgeOtherVertexStep is no longer final and can be extended by providers.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---