Re: Combining PageFilter gives inconsistent number of rows

2016-06-09 Thread Anoop John
Can u paste code how u make the FilterList? I think you want to use MUST_PASS_ALL op in FL. Ya the order of passing filters in FL can matter. In your query case, you have to pass filter as SCVF, KeyOnlyF, PageFilter. The PageFilter must come at the end. Any filter working scope is within one

Re: Combining PageFilter gives inconsistent number of rows

2016-06-09 Thread Ted Yu
Which version of hbase are you using ? Is it possible to come up with unit test that shows what you observed ? There is already coverage in existing unit tests, e.g. TestFilterList which you can use as template. Thanks On Thu, Jun 9, 2016 at 3:41 AM, Eko Susilo

Combining PageFilter gives inconsistent number of rows

2016-06-09 Thread Eko Susilo
Hi All, I have problems when combining PageFilter with other filters. I am combining SingleColumnValueFilter, KeyOnlyFilter, and PageFilter. Scan returns different total number of row when pageFilter is present; the number of row without page filter is greater. Furthermore, the order I specify