Cole-Greer commented on code in PR #3104:
URL: https://github.com/apache/tinkerpop/pull/3104#discussion_r2069428991


##########
gremlin-core/src/test/java/org/apache/tinkerpop/gremlin/language/translator/GremlinTranslatorTest.java:
##########
@@ -151,6 +151,15 @@ public static Collection<Object[]> data() {
                             null,
                             "g.with_(\"x\")",
                             "g.with_('x')"},
+                    
{"g.inject(UUID(\"f47ac10b-58cc-4372-a567-0e02b2c3d479\"))",

Review Comment:
   It would be good to add equivalent translation tests for something like 
`"g.inject(UUID())"` to ensure it properly translates to a new random UUID in 
each of the GLVs (something like `"g.Inject<object>(Guid.NewGuid())"` in .NET)



-- 
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]

Reply via email to