Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Traversal.graph is empty in StepStrategy.apply() with `count().i…
…s(0)` This PR fix: traversal.getGraph() is empty in StepStrategy.apply() method `VertexStepStrategy.apply(Traversal.Admin<?, ?> traversal)` for the following gremlin: ``` g.V(3).repeat(inE('child').outV().simplePath()) .until(or(inE().count().is(0),loops().is(eq(2)))) .path() ```
- Loading branch information