HBASE-6693 Typo in Javadoc of AggregationClient.rowCount()
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1379605 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c4f7a53747
commit
2dbdc1ec15
|
@ -187,7 +187,7 @@ public class AggregationClient {
|
|||
|
||||
/**
|
||||
* It gives the row count, by summing up the individual results obtained from
|
||||
* regions. In case the qualifier is null, FirstKEyValueFilter is used to
|
||||
* regions. In case the qualifier is null, FirstKeyValueFilter is used to
|
||||
* optimised the operation. In case qualifier is provided, I can't use the
|
||||
* filter as it may set the flag to skip to next row, but the value read is
|
||||
* not of the given filter: in this case, this particular row will not be
|
||||
|
|
Loading…
Reference in New Issue