[
https://issues.apache.org/jira/browse/TINKERPOP-3149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrea C updated TINKERPOP-3149:
--------------------------------
Description: Sack step will ignore previous by modulators if multiple are
specified, which can be misleading to the user. Instead, similar to
https://issues.apache.org/jira/browse/TINKERPOP-3121 multiple by modulators
should be prevented with sack. (was: Aggregate step will ignore previous by
modulators if multiple are specified, which can be misleading to the user.
Instead, similar to https://issues.apache.org/jira/browse/TINKERPOP-3121
multiple by modulators should be prevented with aggregate.{{{{}}{}}}
{code:java}
gremlin> g.V().aggregate('x').by('name').cap('x')
==>[marko,vadas,lop,josh,ripple,peter]
gremlin> g.V().aggregate('x').by('name').by('age').cap('x')
==>[29,27,32,35] {code})
> Prevent sack step from having multiple by modulators
> ----------------------------------------------------
>
> Key: TINKERPOP-3149
> URL: https://issues.apache.org/jira/browse/TINKERPOP-3149
> Project: TinkerPop
> Issue Type: Improvement
> Components: process
> Affects Versions: 3.7.3
> Reporter: Andrea C
> Priority: Minor
>
> Sack step will ignore previous by modulators if multiple are specified, which
> can be misleading to the user. Instead, similar to
> https://issues.apache.org/jira/browse/TINKERPOP-3121 multiple by modulators
> should be prevented with sack.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)