raj14243 commented on code in PR #1941:
URL:
https://github.com/apache/cassandra-gocql-driver/pull/1941#discussion_r3251523794
##########
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:
The existing Keyspace field is populated with Keyspace the session is
initialized with. I am concerned changing that might break if someone is using
it with that assumption.
--
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]