maedhroz commented on code in PR #4290:
URL: https://github.com/apache/cassandra/pull/4290#discussion_r2334939064
##########
test/unit/org/apache/cassandra/cql3/restrictions/ClusteringColumnRestrictionsTest.java:
##########
@@ -1669,7 +1669,7 @@ private static Restriction newMultiEq(TableMetadata
tableMetadata, int firstInde
TupleType tupleType = new TupleType(types);
return new SimpleRestriction(ColumnsExpression.multiColumns(columns,
tableMetadata),
Operator.EQ,
- Terms.of(new
MultiElements.Value(tupleType, asList(values))));
+ Terms.of(new
MultiElements.Value(tupleType, asList(values))), false);
Review Comment:
nit/formatting: I'd move these `false` arguments to the next line so they're
on the same level of indentation as the other arguments.
--
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]