vkagamlyk commented on code in PR #3292:
URL: https://github.com/apache/tinkerpop/pull/3292#discussion_r2662682273


##########
gremlin-go/driver/client.go:
##########
@@ -146,9 +151,53 @@ func (client *Client) Submit(traversalString string, 
bindings ...map[string]inte
        return client.SubmitWithOptions(traversalString, 
requestOptionsBuilder.Create())
 }
 
-// submitBytecode submits Bytecode to the server to execute and returns a 
ResultSet.
-func (client *Client) submitBytecode(bytecode *Bytecode) (ResultSet, error) {
-       client.logHandler.logf(Debug, submitStartedBytecode, *bytecode)
-       request := makeBytecodeRequest(bytecode, client.traversalSource)
-       return client.gremlinClient.send(&request)
+// submitGremlinLang submits GremlinLang to the server to execute and returns 
a ResultSet.
+// TODO test and update when connection is set up

Review Comment:
   is there jira for this `todo`?



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