maedhroz commented on code in PR #4222:
URL: https://github.com/apache/cassandra/pull/4222#discussion_r3011376383
##########
test/harry/main/org/apache/cassandra/harry/model/ASTSingleTableModel.java:
##########
@@ -1016,6 +1034,10 @@ private List<Clustering<ByteBuffer>>
clustering(List<Conditional> conditionals)
if (factory.clusteringColumns.isEmpty()) return
Collections.singletonList(Clustering.EMPTY);
throw new IllegalArgumentException("No clustering columns defined
in the WHERE clause, but clustering columns exist; expected " +
factory.clusteringColumns);
}
+
+ if (containsRangeConditionOnClustering(conditionals))
Review Comment:
What happens if this returns `true` because there's a `Conditional.Between`
in `conditionals`?
--
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]