andreachild commented on code in PR #3091:
URL: https://github.com/apache/tinkerpop/pull/3091#discussion_r2035908288
##########
gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/language/grammar/GenericLiteralVisitor.java:
##########
@@ -331,33 +331,39 @@ public Object visitGenericLiteralMap(final
GremlinParser.GenericLiteralMapContex
// [key : value] - index 0 is key, index 1 is COLON, index 2 is
value
// also note that a child count of 5 indicates the key is an
expression wrapped
Review Comment:
This comment should be updated to reference the updated logic for
determining if the key is an expression (presence of left parenthesis) or
removed.
--
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]