maedhroz commented on code in PR #4290:
URL: https://github.com/apache/cassandra/pull/4290#discussion_r2334971263
##########
src/java/org/apache/cassandra/cql3/Ordering.java:
##########
@@ -105,7 +105,7 @@ public SingleRestriction toRestriction()
{
return new
SimpleRestriction(ColumnsExpression.singleColumn(columnMetadata, tableMetadata),
Operator.ANN,
- Terms.of(vectorValue));
+ Terms.of(vectorValue), false);
Review Comment:
nit/formatting: I'd bump `false` to the next line so the arguments are all
at the same indentation level.
--
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]