This is related: https://issues.apache.org/jira/browse/HBASE-5512
On Wed, Jan 15, 2014 at 10:33 AM, Sagar Naik <[email protected]> wrote: > Hello All, > I am writing a filter which skips using hint and includes KeyValue when > conditions are met. > > However, when I include A KeyValue, the next call to > filterKeyValue(KeyValue kv) is always the next lexicographical KeyValue. > I would like to skip to the next hint when a Keyvalue is included so > something like INCLUDE_AND_SEEK_NEXT_USING_HINT > > > Any ideas on how to do this ? > > > -Sagar > >
