You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Duo Zhang (Jira)" <ji...@apache.org> on 2022/04/02 05:43:00 UTC

[jira] [Created] (HBASE-26921) Rewrite the counting cells part in TestMultiVersions

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)