[
https://issues.apache.org/jira/browse/TINKERPOP-1547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15654133#comment-15654133
]
ASF GitHub Bot commented on TINKERPOP-1547:
-------------------------------------------
Github user dkuppitz commented on the issue:
https://github.com/apache/tinkerpop/pull/483
Please don't merge this PR yet. While testing the changes in
`RangeByIsCountStrategy` I realized that we can add a minor tweak to get
another great optimization. I'll push my local changes as soon as
`docker/build.sh -t -i` reports success.
> 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)