jbellis commented on code in PR #2673:
URL: https://github.com/apache/cassandra/pull/2673#discussion_r1357056488


##########
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:
   not part of this patch but this is a poor error message, "complex" is an 
internal thing, can we slip in a quick improvement?



-- 
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]

Reply via email to