You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Amit Kabra (JIRA)" <ji...@apache.org> on 2015/01/20 13:31:34 UTC

[jira] [Created] (HBASE-12885) Unit test for RAW / VERSIONS scanner specifications

Amit Kabra created HBASE-12885:
----------------------------------

             Summary: Unit test for RAW / VERSIONS scanner specifications
                 Key: HBASE-12885
                 URL: https://issues.apache.org/jira/browse/HBASE-12885
             Project: HBase
          Issue Type: Test
          Components: shell
            Reporter: Amit Kabra
            Assignee: Amit Kabra
            Priority: Minor


RAW scan along with VERSIONS specification returns all the version of the cell , which is not returned during normal scan :

Example command :
  hbase> scan 't1', {RAW => true, VERSIONS => 10}

It would be good to have one test case validating this functionality.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)