Can you illustrate how the two filters were combined (I assume through FilterList) ?
I think the order of applying the filters should be RowFilter followed by QualifierFilter. Cheers On Fri, Jan 13, 2017 at 6:55 AM, Prahalad kothwal <[email protected]> wrote: > Hi , > > Can I pass both RowFilter and QualifierFilter and expect HBase to filter on > both rowkey and Qualifier ? > > I tried applying both filters but I am not getting accurate results. > > > Any help is appreciated . > > Thanks, > Prahalad >
