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)