maedhroz commented on code in PR #3060:
URL: https://github.com/apache/cassandra/pull/3060#discussion_r1496554179


##########
test/harry/main/org/apache/cassandra/harry/operations/Relation.java:
##########
@@ -97,7 +97,7 @@ public static void addEqRelation(long[] key, 
List<ColumnSpec<?>> columnSpecs, Li
 
     public static void addRelation(long[] key, List<ColumnSpec<?>> 
columnSpecs, List<Relation> relations, RelationKind kind)
     {
-        assert key.length == columnSpecs.size() :
+        assert key.length == columnSpecs.size() || key.length > 4 :

Review Comment:
   Do we want to keep the hard-coded "4" 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]

Reply via email to