mirror of https://github.com/apache/cassandra
merge from 1.2
This commit is contained in:
commit
f30629b83f
|
|
@ -594,7 +594,7 @@ public class SSTableReader extends SSTable
|
|||
*/
|
||||
public long estimatedKeys()
|
||||
{
|
||||
return indexSummary.size() * indexSummary.getIndexInterval();
|
||||
return ((long) indexSummary.size()) * indexSummary.getIndexInterval();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue