pkolaczk commented on code in PR #2556:
URL: https://github.com/apache/cassandra/pull/2556#discussion_r1370009607
##########
src/java/org/apache/cassandra/cql3/MultiColumnRelation.java:
##########
@@ -95,6 +96,11 @@ public static MultiColumnRelation
createInRelation(List<ColumnIdentifier> entiti
return new MultiColumnRelation(entities, Operator.IN, null, inValues,
null);
}
+ public static MultiColumnRelation
createNotInRelation(List<ColumnIdentifier> entities, List<? extends
Term.MultiColumnRaw> inValues)
Review Comment:
Fixed
--
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]