[ 
https://issues.apache.org/jira/browse/TINKERPOP-2812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lei Tang updated TINKERPOP-2812:
--------------------------------
    Description: 
h3. g.addV('vl0').property('vp1',1).next()
h3. g.addV('vl0').property('vp0',1).next()
h3. g.V().order().by('vp1', asc).count()

The query returns wrong result. 
It counts all vertices including those without property 'vp1'

  was:
h3. g.addV('vl0').property('vp1',1)
h3. g.addV('vl0').property('vp0',1).next()
h3. g.V().order().by('vp1', asc).count()

The query returns wrong result. 
It counts all vertices including those without property 'vp1'


> bug of "count()" after "order()"
> --------------------------------
>
>                 Key: TINKERPOP-2812
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-2812
>             Project: TinkerPop
>          Issue Type: Bug
>          Components: tinkergraph
>    Affects Versions: 3.6.1
>         Environment: windows wsl
>            Reporter: Lei Tang
>            Priority: Major
>
> h3. g.addV('vl0').property('vp1',1).next()
> h3. g.addV('vl0').property('vp0',1).next()
> h3. g.V().order().by('vp1', asc).count()
> The query returns wrong result. 
> It counts all vertices including those without property 'vp1'



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to