You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "Stephen Mallette (Jira)" <ji...@apache.org> on 2022/09/26 11:46:00 UTC

[jira] [Created] (TINKERPOP-2803) Incorrect count() with sample() in TinkerGraph

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)