belliottsmith commented on code in PR #4257:
URL: https://github.com/apache/cassandra/pull/4257#discussion_r2213652565
##########
src/java/org/apache/cassandra/index/accord/Key.java:
##########
@@ -22,12 +22,12 @@
import org.apache.cassandra.schema.TableId;
-public class Group implements Comparable<Group>
+public class Key implements Comparable<Key>
{
public final int storeId;
public final TableId tableId;
- public Group(int storeId, TableId tableId)
+ public Key(int storeId, TableId tableId)
Review Comment:
not sure it's worth changing, but `storeId` always maps to a single
`TableId` now
--
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]