andreachild commented on code in PR #2965:
URL: https://github.com/apache/tinkerpop/pull/2965#discussion_r1919203861


##########
gremlin-go/driver/client.go:
##########
@@ -170,6 +170,16 @@ func (client *Client) Submit(traversalString string, 
bindings ...map[string]inte
        return client.SubmitWithOptions(traversalString, 
requestOptionsBuilder.Create())
 }
 
+// submitGremlinLang submits GremlinLang to the server to execute and returns 
a ResultSet.
+// TODO test and update when connection is set up
+func (client *Client) submitGremlinLang(gremlinLang *GremlinLang) (ResultSet, 
error) {
+       client.logHandler.logf(Debug, submitStartedBytecode, *gremlinLang)

Review Comment:
   The log message should be changed to gremlin lang



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