simonz-bq commented on code in PR #1650:
URL: https://github.com/apache/tinkerpop/pull/1650#discussion_r871779907


##########
gremlin-core/src/test/java/org/apache/tinkerpop/gremlin/process/traversal/translator/GolangTranslatorTest.java:
##########
@@ -88,7 +88,7 @@ public void shouldTranslateGoNamedSteps() {
         assertEquals("g.V().Has(\"person\", \"name\", 
\"marko\").Where(gremlingo.T__.OutE().Count().Is(2).And(gremlingo.T__.Not(gremlingo.T__.InE().Count().Is(3))))",
 gremlinAsGo);
     }
 
-    // TODO AN-987: TraversalStrategy implementation in Gremlin-go
+    // TODO: TraversalStrategy implementation in Gremlin-go

Review Comment:
   Added a tracker for the missing translator logic. The implementation of 
strategies is done but aren't able to be translated yet.



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

Reply via email to