andreachild commented on code in PR #3234:
URL: https://github.com/apache/tinkerpop/pull/3234#discussion_r2421163392
##########
gremlin-test/src/main/resources/org/apache/tinkerpop/gremlin/test/features/sideEffect/Store.feature:
##########
@@ -49,6 +65,21 @@ Feature: Step - store()
| lop |
| josh |
+ Scenario:
g_VX1X_storeXaX_byXnameX_out_localXaggregateXaX_byXnameXX_name_capXaX
+ Given the modern graph
+ And using the parameter vid1 defined as "v[marko].id"
+ And the traversal of
+ """
+
g.V(vid1).store("a").by("name").out().local(aggregate("a").by("name")).values("name").cap("a")
Review Comment:
Should usage of store be avoided since it is deprecated?
--
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]