Marko A. Rodriguez created TINKERPOP-1547:
---------------------------------------------
Summary: Two bugs found associated with MatchStep: Path retraction
and range count.
Key: TINKERPOP-1547
URL: https://issues.apache.org/jira/browse/TINKERPOP-1547
Project: TinkerPop
Issue Type: Bug
Components: process
Affects Versions: 3.2.3
Reporter: Marko A. Rodriguez
Assignee: Marko A. Rodriguez
Fix For: 3.2.4
{{PathRetractionStrategy}} can retract end labels from traversals and thus,
ruin a pattern match. We had 3 traversals in our test suite that were buggy
because of this. Finally, if the user does a pattern of
{{as("a").count().is(gt(10)).as("b")}}, this will fail because of
{{RangeIsCountByStrategy}}.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)