joao-r-reis commented on code in PR #1912:
URL:
https://github.com/apache/cassandra-gocql-driver/pull/1912#discussion_r2378971158
##########
session.go:
##########
@@ -1500,11 +1530,17 @@ func (iter *Iter) Columns() []ColumnInfo {
}
// Attempts returns the number of times the statement was executed.
+//
+// Set Query.WithQueryMetrics to true
+// so that this Attempts metric is available, otherwise this method will
always return 0.
Review Comment:
Good catch
--
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]