You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Richárd Antal (Jira)" <ji...@apache.org> on 2021/09/17 10:14:00 UTC

[jira] [Created] (HBASE-26289) Hbase scan setMaxResultsPerColumnFamily not giving right results

Richárd Antal created HBASE-26289:
-------------------------------------

             Summary: Hbase scan setMaxResultsPerColumnFamily not giving right results
                 Key: HBASE-26289
                 URL: https://issues.apache.org/jira/browse/HBASE-26289
             Project: HBase
          Issue Type: Bug
          Components: regionserver
    Affects Versions: 2.4.6, 2.3.6, 2.2.7, 2.1.9, 3.0.0-alpha-1
            Reporter: Richárd Antal
            Assignee: Richárd Antal


scan.setMaxResultsPerColumnFamily(1) is giving less number of row keys
vs when it is not set in the scan, on a table that has multiple column families and multiple qualifier or multiple versions for each cell 

Docs for setMaxResultsPerColumnFamily:
{code:java}
/**
 * Set the maximum number of values to return per row per Column Family
 * @param limit the maximum number of values returned / row / CF
 */{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)