Cole-Greer commented on code in PR #3153: URL: https://github.com/apache/tinkerpop/pull/3153#discussion_r2196275869
########## gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/language/translator/TranslateVisitor.java: ########## @@ -207,6 +208,12 @@ public Void visitTraversalDT(final GremlinParser.TraversalDTContext ctx) { return null; } + @Override + public Void visitTraversalN(final GremlinParser.TraversalNContext ctx) { Review Comment: Could you add a few cases to [GremlinTranslatorTest](https://github.com/apache/tinkerpop/blob/ca5544dade2a95be3a42524a4d1863c2224b91a4/gremlin-core/src/test/java/org/apache/tinkerpop/gremlin/language/translator/GremlinTranslatorTest.java#L134) to ensure `N` is translating correctly? -- 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: commits-unsubscr...@tinkerpop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org