mike-tr-adamson commented on code in PR #2645:
URL: https://github.com/apache/cassandra/pull/2645#discussion_r1312835409
##########
src/java/org/apache/cassandra/index/sai/utils/PrimaryKey.java:
##########
@@ -61,11 +83,15 @@ public PrimaryKey createTokenOnly(Token token)
return new TokenOnlyPrimaryKey(token);
}
+ /**
+ * Create a {@link PrimaryKey} for tables without clustering columns
+ */
public PrimaryKey createPartitionKeyOnly(DecoratedKey partitionKey)
Review Comment:
Well, I initially had them all as `create` and then changed them to this. I
am more than happy to have them as all create overloads. I'll change it.
--
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]