pkolaczk commented on code in PR #2556:
URL: https://github.com/apache/cassandra/pull/2556#discussion_r1370046525


##########
src/java/org/apache/cassandra/cql3/Relation.java:
##########
@@ -203,7 +270,7 @@ protected abstract Restriction 
newSliceRestriction(TableMetadata table,
      * @return a new Contains <code>Restriction</code> instance
      * @throws InvalidRequestException if the <code>Relation</code> is not 
valid
      */
-    protected abstract Restriction newContainsRestriction(TableMetadata table, 
VariableSpecifications boundNames, boolean isKey);
+    protected abstract Restriction newContainsRestriction(TableMetadata table, 
VariableSpecifications boundNames, boolean isKey, boolean isNot);

Review Comment:
   I added `newNotContainsRestriction` and removed the `isNot` param.



-- 
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]

Reply via email to