[
https://issues.apache.org/jira/browse/TINKERPOP-3121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Cole Greer closed TINKERPOP-3121.
---------------------------------
Resolution: Fixed
> Multiple by() modulators lead to unexpected behavior
> ----------------------------------------------------
>
> Key: TINKERPOP-3121
> URL: https://issues.apache.org/jira/browse/TINKERPOP-3121
> Project: TinkerPop
> Issue Type: Improvement
> Components: process
> Affects Versions: 3.6.7
> Reporter: Stephen Mallette
> Assignee: Cole Greer
> Priority: Minor
> Labels: breaking
> Fix For: 3.8.0
>
>
> {code}
> gremlin> g.V().out().groupCount().by('lang')
> ==>[java:4]
> gremlin> g.V().out().groupCount().by('lang').by('age')
> ==>[32:1,27:1]
> gremlin> g.V().out().groupCount().by('age')
> ==>[32:1,27:1]
> gremlin> g.V().out().groupCount().by('lang').by('age').by('lang')
> ==>[java:4]
> {code}
> This might be an issue for other steps beyond {{groupCount()}}.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)