Duo Zhang created HBASE-26921:
---------------------------------
Summary: Rewrite the counting cells part in TestMultiVersions
Key: HBASE-26921
URL: https://issues.apache.org/jira/browse/HBASE-26921
Project: HBase
Issue Type: Sub-task
Reporter: Duo Zhang
We could just use List.size here...
{code}
for (@SuppressWarnings("unused")
Cell kv : result.listCells()) {
cellCount++;
}
{code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)
