andreachild commented on code in PR #3234:
URL: https://github.com/apache/tinkerpop/pull/3234#discussion_r2421147424
##########
gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/__.java:
##########
@@ -1235,6 +1235,7 @@ public static <A> GraphTraversal<A, A> aggregate(final
String sideEffectKey) {
/**
* @see GraphTraversal#aggregate(Scope, String)
+ * @deprecated As of release 3.7.5, aggregate() is no longer scoped, to
achieve lazy evaluation use local() with aggregate() instead
Review Comment:
```suggestion
* @deprecated As of release 3.7.5, aggregate() with scope parameter is
deprecated - to achieve lazy evaluation use local() with aggregate() instead
```
--
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]