Details
-
Bug
-
Status: Resolved
-
Low
-
Resolution: Fixed
-
Low
Description
StorageProxy#estimateResultRowsPerRange raises a null pointer exception when using a custom 2i implementation that not uses a column family as underlying storage:
resultRowsPerRange = highestSelectivityIndex.getIndexCfs().getMeanColumns();
According to the documentation, the method SecondaryIndex#getIndexCfs should return null when no column family is used.