Cole-Greer commented on code in PR #3133:
URL: https://github.com/apache/tinkerpop/pull/3133#discussion_r2155751732
##########
gremlin-test/src/main/resources/org/apache/tinkerpop/gremlin/test/features/map/MergeEdge.feature:
##########
@@ -151,7 +151,7 @@ Feature: Step - mergeE()
g.addV("person").property("name", "marko").
addV("person").property("name", "vadas")
"""
- And using the parameter xx1 defined as "m[{\"t[label]\": \"knows\",
\"D[OUT]\":\"v[marko]\", \"D[IN]\":\"v[vadas]\"}]"
+ And using the parameter xx1 defined as "m[{\"t[label]\": \"knows\",
\"D[OUT]\":\"v[marko].id\", \"D[IN]\":\"v[vadas].id\"}]"
Review Comment:
After further consideration, I think it's best that this vertex -> id sugar
be excluded from 3.8 dev as it's not necessary for bytecode. I think a seperate
PR which includes such sugar for master might be warranted here.
--
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]