adelapena commented on code in PR #2498:
URL: https://github.com/apache/cassandra/pull/2498#discussion_r1269341200
##########
src/java/org/apache/cassandra/index/sai/disk/v1/SkinnyRowAwarePrimaryKeyMap.java:
##########
@@ -109,89 +102,71 @@ public RowAwarePrimaryKeyMapFactory(IndexDescriptor
indexDescriptor, SSTableRead
public PrimaryKeyMap newPerSSTablePrimaryKeyMap() throws IOException
{
LongArray rowIdToToken = new
LongArray.DeferredLongArray(tokenReaderFactory::open);
- return new RowAwarePrimaryKeyMap(rowIdToToken,
- new
TriePrefixSearcher(primaryKeyTrieFile.instantiateRebufferer(null),
sortedTermsMeta.trieFilePointer),
Review Comment:
This leaves an unused import of `TriePrefixSearcher`
--
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]