bereng commented on code in PR #3095:
URL: https://github.com/apache/cassandra/pull/3095#discussion_r1571876057
##########
src/java/org/apache/cassandra/cql3/Operator.java:
##########
@@ -742,11 +742,11 @@ protected boolean isSupportedByReadPath()
}
/**
- * The "LIKE_" operators are not real CQL operators and are simply a hack
that should be removed at some point.
- * Therefore, we want to ignore them for some operations.
+ * The "LIKE_" operators are not real CQL operators and are simply an
internal hack that should be removed at some point.
+ * Therefore, we want to ignore them in the error messages returned to the
users.
* @return {@code true} for the "LIKE_" operators
*/
- private boolean isLikeXxx()
+ private boolean isVariant()
Review Comment:
s/isVariant()/isLIKEVariant
##########
src/java/org/apache/cassandra/cql3/Operator.java:
##########
@@ -742,11 +742,11 @@ protected boolean isSupportedByReadPath()
}
/**
- * The "LIKE_" operators are not real CQL operators and are simply a hack
that should be removed at some point.
- * Therefore, we want to ignore them for some operations.
+ * The "LIKE_" operators are not real CQL operators and are simply an
internal hack that should be removed at some point.
+ * Therefore, we want to ignore them in the error messages returned to the
users.
* @return {@code true} for the "LIKE_" operators
*/
- private boolean isLikeXxx()
+ private boolean isVariant()
Review Comment:
s/isVariant()/isLIKEVariant()
--
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]