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


##########
session.go:
##########
@@ -2374,6 +2374,14 @@ type ObservedQuery struct {
        Keyspace  string
        Statement string
 
+       // StatementKeyspace is the keyspace of the table targeted by the query.
+       // It is populated from prepared statement metadata returned by 
Cassandra.
+       StatementKeyspace string

Review Comment:
   Yeah, this is why I filed CASSGO-120, I'm unsure if this is the correct 
behavior. At least I was expecting it to be based on the query, if it is 
presented there



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