[
https://issues.apache.org/jira/browse/HBASE-26921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Duo Zhang reassigned HBASE-26921:
---------------------------------
Assignee: Duo Zhang
> 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
> Assignee: Duo Zhang
> Priority: Major
>
> 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)