maedhroz commented on code in PR #2935:
URL: https://github.com/apache/cassandra/pull/2935#discussion_r1475246221
##########
src/java/org/apache/cassandra/index/sai/QueryContext.java:
##########
@@ -87,4 +89,9 @@ public VectorQueryContext vectorContext()
vectorContext = new VectorQueryContext(readCommand);
return vectorContext;
}
+
+ public boolean useStrictFiltering()
+ {
+ return readCommand.rowFilter().isStrict() || !hasUnrepairedMatches;
Review Comment:
We arrive here w/ a non-strict row filter and no unrepaired matches in reads
in `PartialUpdateHandlingTest` that happen immediately after repair (in
`validateCurrent()`).
--
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]