maedhroz commented on code in PR #2498:
URL: https://github.com/apache/cassandra/pull/2498#discussion_r1270143330
##########
src/java/org/apache/cassandra/index/sai/utils/PrimaryKey.java:
##########
@@ -92,25 +93,17 @@ abstract class AbstractPrimaryKey implements PrimaryKey
{
public ByteSource asComparableBytes(ByteComparable.Version version)
{
- ByteSource tokenComparable =
token().asComparableBytes(version);
Review Comment:
Nice that we can stop converting tokens to `ByteSource` here...
--
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]