kenhuuu commented on code in PR #3234:
URL: https://github.com/apache/tinkerpop/pull/3234#discussion_r2418038012
##########
gremlin-test/src/main/resources/org/apache/tinkerpop/gremlin/test/features/sideEffect/Store.feature:
##########
@@ -34,6 +34,22 @@ Feature: Step - store()
| ripple |
| peter |
+ Scenario: g_V_localXaggregateXa_nameXX_out_capXaX
+ Given the modern graph
+ And the traversal of
+ """
+ g.V().local(aggregate("a").by("name")).out().cap("a")
Review Comment:
Same coment before about cap() vs select().
--
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]