andreachild commented on code in PR #3233: URL: https://github.com/apache/tinkerpop/pull/3233#discussion_r2418137147
########## 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 + +Scores are not removed from the `aggregate()` step. The `AggregateStep` is now globally scoped by default. +The only way to achieve lazy evaluation with `aggregate()` is using `local()`. + +[source,text] +---- +// 3.7.x - scopes are still allowed (though deprecated starting in 3.7.5+) Review Comment: ```suggestion // 3.7.x - scope is still supported (though deprecated starting in 3.7.5+) ``` -- 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]
