[
https://issues.apache.org/jira/browse/TINKERPOP-2812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stephen Mallette closed TINKERPOP-2812.
---------------------------------------
Resolution: Duplicate
thanks for reporting this. this issue has already been resolved on
TINKERPOP-2803 and will be available in the next release.
> 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)