adelapena commented on code in PR #2673:
URL: https://github.com/apache/cassandra/pull/2673#discussion_r1356959179
##########
src/java/org/apache/cassandra/index/sai/plan/Expression.java:
##########
@@ -172,6 +178,11 @@ public Expression add(Operator op, ByteBuffer value)
*/
public boolean isSatisfiedBy(ByteBuffer columnValue)
{
+ // If the expression represents an ANN ordering then we return true
because the actual result
+ // is approximate and with rarely / never match the expression value
Review Comment:
```suggestion
// is approximate and will rarely / never match the expression value
```
--
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]