[ https://issues.apache.org/jira/browse/HBASE-10114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13843846#comment-13843846 ]
chunhui shen commented on HBASE-10114: -------------------------------------- [~yuzhih...@gmail.com] The new test in patch seems too simple, Could you improve it to verify the order is reversed since I'm not known about Ruby > _scan_internal() in table.rb should accept argument that specifies reverse > scan > ------------------------------------------------------------------------------- > > Key: HBASE-10114 > URL: https://issues.apache.org/jira/browse/HBASE-10114 > Project: HBase > Issue Type: Bug > Reporter: Ted Yu > Fix For: 0.98.0, 0.99.0 > > Attachments: hbase-10114-trunk.patch > > > Reversed Scan usage on Shell: > hbase> scan 't1', {REVERSED => true} > Other parameter could also be added with 'REVERSED', like LIMIT,COLUMNS. > Here is how boolean argument is accepted: > {code} > cache_blocks = args["CACHE_BLOCKS"] || true > {code} > Flag for reverse scan should be supported in similar manner -- This message was sent by Atlassian JIRA (v6.1.4#6159)