kenhuuu commented on code in PR #2981:
URL: https://github.com/apache/tinkerpop/pull/2981#discussion_r1919104027


##########
gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/language/grammar/ArgumentVisitor.java:
##########
@@ -100,6 +101,31 @@ public GValue<String> parseString(final 
GremlinParser.StringNullableArgumentCont
         }
     }
 
+    /**
+     * Alternative to visitIntegerArgument which promotes types to either Long 
or GValue<Long>

Review Comment:
   I read this comment as: `visitIntegerArgument` will do type promotion but 
this method won't. Not sure if this is confusing for others as well.



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