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


##########
src/java/org/apache/cassandra/cql3/restrictions/StatementRestrictions.java:
##########
@@ -833,12 +833,22 @@ private void validateSecondaryIndexSelections()
      * @return <code>true</code> if all the primary key columns are restricted 
by an equality relation.
      */
     public boolean hasAllPKColumnsRestrictedByEqualities()

Review Comment:
   ```suggestion
       public boolean hasAllPrimaryKeyColumnsRestrictedByEqualities()
   ```
   Might as well go for the full name w/ 
`hasAllPartitionKeyColumnsRestrictedByEqualities()` doing the same



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