lukasz-antoniak commented on code in PR #1868:
URL: 
https://github.com/apache/cassandra-gocql-driver/pull/1868#discussion_r2009610280


##########
query_executor.go:
##########
@@ -27,32 +27,43 @@ package gocql
 import (
        "context"
        "sync"
+       "sync/atomic"
        "time"
 )
 
+// ExecutableQuery is an interface that represents a query or batch statement 
that
+// exposes the correct functions for the HostSelectionPolicy to operate 
correctly.
 type ExecutableQuery interface {

Review Comment:
   What do you think about renaming type to `HostPolicyQuery`?



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