joao-r-reis commented on code in PR #1868: URL: https://github.com/apache/cassandra-gocql-driver/pull/1868#discussion_r2012240476
########## 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: I posted a comment about the renaming of this interface below in a response to James -- 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: pr-unsubscr...@cassandra.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org For additional commands, e-mail: pr-h...@cassandra.apache.org