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


##########
src/java/org/apache/cassandra/index/sai/utils/PrimaryKey.java:
##########
@@ -243,6 +287,8 @@ private void loadDeferred()
         }
     }
 
+    boolean isTokenOnly();

Review Comment:
   nit: Perhaps this could just be a default method that returns false, then 
only the token-only case would have to override?



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