Stephen Mallette created TINKERPOP-2803:
-------------------------------------------
Summary: Incorrect count() with sample() in TinkerGraph
Key: TINKERPOP-2803
URL: https://issues.apache.org/jira/browse/TINKERPOP-2803
Project: TinkerPop
Issue Type: Bug
Components: tinkergraph
Affects Versions: 3.6.1
Reporter: Stephen Mallette
Assignee: Stephen Mallette
{{TinkerGraphCountStrategy}} isn't dealing with {{CollectingBarrierStep}}
properly:
{code}
gremlin> g.V().sample(2)
==>v[3]
==>v[5]
gremlin> g.V().sample(2).count()
==>6
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)