joao-r-reis commented on code in PR #1785:
URL:
https://github.com/apache/cassandra-gocql-driver/pull/1785#discussion_r1850771294
##########
host_source.go:
##########
@@ -157,6 +157,7 @@ type HostInfo struct {
state nodeState
schemaVersion string
tokens []string
+ isRackNil bool
Review Comment:
We can change `rack` to be `*string`, it's a private field. A conversion has
to happen in the `Rack()` function though.
--
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]