-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://review.hbase.org/r/376/
-----------------------------------------------------------
Review request for hbase.
Summary
-------
Query matcher will be confused if intra-row scanning. Avoid calling setRow() if
the row has not changed. This requires a string comparison per next().
This addresses bug HBASE-1537.
http://issues.apache.org/jira/browse/HBASE-1537
Diffs
-----
src/main/java/org/apache/hadoop/hbase/regionserver/StoreScanner.java dc2e234
Diff: http://review.hbase.org/r/376/diff
Testing
-------
Thanks,
Andrew