worryg0d commented on code in PR #1793:
URL: 
https://github.com/apache/cassandra-gocql-driver/pull/1793#discussion_r1946384326


##########
session.go:
##########
@@ -949,6 +950,10 @@ type Query struct {
 
        // routingInfo is a pointer because Query can be copied and copyable 
struct can't hold a mutex.
        routingInfo *queryRoutingInfo
+
+       // hostID specifies the host on which the query should be executed.
+       // If it is empty, then the host is picked by HostSelectionPolicy
+       hostID string

Review Comment:
   I prefer to leave `hostID` to be consistent with method names



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to