sunil9977 commented on code in PR #4222:
URL: https://github.com/apache/cassandra/pull/4222#discussion_r3015945754


##########
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:
   Handled the `between` along with additional test-case/s.



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