File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
src/java/org/apache/cassandra/index/sai/disk/v2 Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,6 @@ public class RowAwarePrimaryKeyMap implements PrimaryKeyMap
7171 @ ThreadSafe
7272 public static class RowAwarePrimaryKeyMapFactory implements Factory
7373 {
74- private final IndexComponents .ForRead perSSTableComponents ;
7574 private final LongArray .Factory tokenReaderFactory ;
7675 private final SortedTermsReader sortedTermsReader ;
7776 private final long count ;
@@ -89,7 +88,6 @@ public RowAwarePrimaryKeyMapFactory(IndexComponents.ForRead perSSTableComponents
8988 {
9089 try
9190 {
92- this .perSSTableComponents = perSSTableComponents ;
9391 MetadataSource metadataSource = MetadataSource .loadMetadata (perSSTableComponents );
9492 NumericValuesMeta tokensMeta = new NumericValuesMeta (metadataSource .get (perSSTableComponents .get (IndexComponentType .TOKEN_VALUES )));
9593 count = tokensMeta .valueCount ;
You can’t perform that action at this time.
0 commit comments