jmckenzie-dev commented on code in PR #3562:
URL: https://github.com/apache/cassandra/pull/3562#discussion_r1920463271


##########
src/java/org/apache/cassandra/schema/TableMetadata.java:
##########
@@ -196,6 +200,12 @@ public enum Kind
     public final DataResource resource;
     public TableMetadataRef ref;
 
+    // We cache the columns with constraints to avoid iterations over columns
+    // Partition keys columns are evaluated sepparatedly, so we keep the two 
of them in

Review Comment:
   nit: separately



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