spmallette commented on code in PR #3233: URL: https://github.com/apache/tinkerpop/pull/3233#discussion_r2421122407
########## docs/src/upgrade/release-3.8.x.asciidoc: ########## @@ -275,6 +275,38 @@ The properties file in the above example can either point to a remote configurat See: link:https://issues.apache.org/jira/browse/TINKERPOP-3017[TINKERPOP-3017] +==== Removal of Scopes in aggregate() Step + +The scope parameter has been removed from the `aggregate()` step. The `AggregateStep` is now globally scoped by default. Review Comment: This concepts behind `store ` and `aggregate` have been around since 3.0 inception. Might be nice to include a little more explanation here as to why this change was deemed necessary. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
