Guanghao Zhang created HBASE-17797: -------------------------------------- Summary: Add a filter to implement the function which return the special number of versions of each column Key: HBASE-17797 URL: https://issues.apache.org/jira/browse/HBASE-17797 Project: HBase Issue Type: Bug Reporter: Guanghao Zhang
After HBASE-17125, ScanQueryMatch will first check column then check by filter. The scan/get will get consistent result when use filter to read data. But scan/get setMaxVersions() can not return the special number of versions of each column. So this issue will introduce a new filter to implement this function which return the special number of versions of each column. -- This message was sent by Atlassian JIRA (v6.3.15#6346)