adelapena commented on code in PR #2673:
URL: https://github.com/apache/cassandra/pull/2673#discussion_r1342754949
##########
src/java/org/apache/cassandra/cql3/Relation.java:
##########
@@ -155,6 +155,8 @@ public final Restriction toRestriction(TableMetadata table,
VariableSpecificatio
case LIKE_MATCHES:
case LIKE:
return newLikeRestriction(table, boundNames, relationType);
+// case ANN:
+// return newAnnRestriction(table, boundNames);
Review Comment:
This seems unused. I understand that we shouldn't reach this with ANN. If
that's the case, maybe we should add an assertion error here?
--
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]