maedhroz commented on code in PR #2935:
URL: https://github.com/apache/cassandra/pull/2935#discussion_r1463919712
##########
src/java/org/apache/cassandra/db/filter/RowFilter.java:
##########
@@ -68,19 +68,22 @@ public abstract class RowFilter implements
Iterable<RowFilter.Expression>
protected final List<Expression> expressions;
- protected RowFilter(List<Expression> expressions)
+ private final boolean isStrict;
Review Comment:
I've added the JavaDoc here rather than in `ReadCommand`, given
`ReadCommand` is just what carries the flag over the wire.
--
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]