andreachild commented on code in PR #3233: URL: https://github.com/apache/tinkerpop/pull/3233#discussion_r2418136415
########## 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()`. Review Comment: ```suggestion Lazy evaluation with `aggregate()` can still be achieved by wrapping the step in `local()`. ``` -- 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]
