HBASE-12417 Scan copy constructor does not retain small attribute.

This commit is contained in:
Lars Hofhansl 2014-11-03 14:58:19 -08:00
parent 008e990deb
commit d4504afdd4
1 changed files with 1 additions and 0 deletions

View File

@ -213,6 +213,7 @@ public class Scan extends Query {
loadColumnFamiliesOnDemand = scan.getLoadColumnFamiliesOnDemandValue();
consistency = scan.getConsistency();
reversed = scan.isReversed();
small = scan.isSmall();
TimeRange ctr = scan.getTimeRange();
tr = new TimeRange(ctr.getMin(), ctr.getMax());
Map<byte[], NavigableSet<byte[]>> fams = scan.getFamilyMap();