You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Yi Deng (JIRA)" <ji...@apache.org> on 2014/02/14 14:18:19 UTC

[jira] [Created] (HBASE-10538) Make Scan for Get same as normal Scan

Yi Deng created HBASE-10538:
-------------------------------

             Summary: Make Scan for Get same as normal Scan
                 Key: HBASE-10538
                 URL: https://issues.apache.org/jira/browse/HBASE-10538
             Project: HBase
          Issue Type: Improvement
          Components: io
    Affects Versions: 0.89-fb
            Reporter: Yi Deng
            Priority: Minor
             Fix For: 0.89-fb


In current a Scan for Get, which was created by Scan(Get) and isGetScan returns true, is implemented by setting startRow and stopRow the same, which breaks the definition of Scan for general usage. This fix will set stopRow to a value next to startRow, which makes it accord to normal definition.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)