Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.0.0-alpha-1, 2.1.9, 2.2.7, 2.3.6, 2.4.6
-
None
Description
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:
/**
* Set the maximum number of values to return per row per Column Family
* @param limit the maximum number of values returned / row / CF
*/