You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Ankit Singhal (JIRA)" <ji...@apache.org> on 2018/01/03 12:07:00 UTC

[jira] [Created] (HBASE-19696) Filter returning INCLUDE_AND_NEXT_COL doesn't skip remaining versions when scan has explicit columns

Ankit Singhal created HBASE-19696:
-------------------------------------

             Summary: Filter returning INCLUDE_AND_NEXT_COL doesn't skip remaining versions when scan has explicit columns
                 Key: HBASE-19696
                 URL: https://issues.apache.org/jira/browse/HBASE-19696
             Project: HBase
          Issue Type: Bug
    Affects Versions: 2.0.0-beta-1
            Reporter: Ankit Singhal
            Assignee: Ankit Singhal
            Priority: Critical


INCLUDE_AND_NEXT_COL from filter doesn't skip remaining versions of the cell if the scan has explicit columns.

This is because we use a column hint from a column tracker to prepare a cell for seeking to next column but we are not updating column tracker with next column when filter returns INCLUDE_AND_NEXT_COL.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)