[
https://issues.apache.org/jira/browse/TINKERPOP-2254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16878015#comment-16878015
]
ASF GitHub Bot commented on TINKERPOP-2254:
-------------------------------------------
spmallette commented on pull request #1155: TINKERPOP-2254 Renamed StoreStep
and AggregateStep
URL: https://github.com/apache/tinkerpop/pull/1155
https://issues.apache.org/jira/browse/TINKERPOP-2254
Now they are consistent with other `Scope` steps like `max(Scope)` given the
recently added `aggregate(Scope,String)`.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Rename AggregateStep and StoreStep given aggregate(Scope,String)
> ----------------------------------------------------------------
>
> Key: TINKERPOP-2254
> URL: https://issues.apache.org/jira/browse/TINKERPOP-2254
> Project: TinkerPop
> Issue Type: Improvement
> Components: process
> Affects Versions: 3.4.2
> Reporter: stephen mallette
> Assignee: stephen mallette
> Priority: Major
> Labels: breaking
> Fix For: 3.5.0
>
>
> On TINKERPOP-1553 we deprecated {{store()}} in favor of the newly added
> {{aggregate(Scope,String)}} (using {{local}} for the {{Scope}}). Renaming the
> step classes of {{StoreStep}} and {{AggregateStep}} themselves was reserved
> for 3.5.0 so as not to create a breaking change. The renaming brings
> {{AggregateStep}} in line with other {{Scope}} oriented steps (e.g.
> {{MaxLocalStep}} and {{MaxGlobalStep}}). Providers should correct any
> traversal strategies that reference these steps on upgrade.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)