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 <eko.harmawan.sus...@gmail.com> wrote: > 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 these filter in filter list also changes the number of returned > rows. > > > > Anyone have had similar experience? > > > > Thanks > > -- > Best Regards, > Eko Susilo >