mike-tr-adamson commented on code in PR #2673:
URL: https://github.com/apache/cassandra/pull/2673#discussion_r1358199942
##########
src/java/org/apache/cassandra/db/filter/RowFilter.java:
##########
@@ -698,6 +698,7 @@ public boolean isSatisfiedBy(TableMetadata metadata,
DecoratedKey partitionKey,
case LIKE_SUFFIX:
case LIKE_CONTAINS:
case LIKE_MATCHES:
+ case ANN:
{
assert !column.isComplex() : "Only CONTAINS and
CONTAINS_KEY are supported for 'complex' types";
Review Comment:
Agreed. I've changed the `'complex'` to `collection`. Seems the simplest
change and makes it much clearer to the user.
--
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]