João Reis created CASSGO-129:
--------------------------------
Summary: disableSkipMetadata is set on Query object by some
Execution methods
Key: CASSGO-129
URL: https://issues.apache.org/jira/browse/CASSGO-129
Project: Apache Cassandra Go driver
Issue Type: Bug
Components: Core
Reporter: João Reis
CASSGO-22 made some changes to the Query API so that query objects can be
reused. However, there's a couple of methods that modify a field of the Query
object which is an issue because then that field can be set for future
executions (disableSkipMetadata on Query.ScanCASContext and
Query.MapScanCASContext).
Maybe this particular issue doesn't really exist in the real world because it's
not possible to change the query string and so all future executions will
require this field to be set to true regardless but we should change it for
consistency.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]