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


##########
gremlin-javascript/src/main/javascript/gremlin-javascript/test/cucumber/feature-steps.js:
##########
@@ -407,6 +408,10 @@ function toDateTime(value) {
   return new Date(value);
 }
 
+function toUuid(value) {
+  return value;

Review Comment:
   This should be parsing value into a proper UUID type



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