spmallette commented on a change in pull request #1557:
URL: https://github.com/apache/tinkerpop/pull/1557#discussion_r797785016
##########
File path:
gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/translator/GroovyTranslator.java
##########
@@ -181,24 +182,30 @@ protected String getSyntax(final
TraversalOptionParent.Pick o) {
@Override
protected String getSyntax(final Number o) {
Review comment:
if you go further down in this file you will find
`LanguageTypeTranslator` which is a `TypeTranslator` for `gremlin-language`.
It's an extension of this one. I would think you need some changes there too so
that we can generate inf/nan that matches the grammar.
--
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]