HBASE-14694 Scan copy constructor doesn't handle allowPartialResults

This commit is contained in:
tedyu 2015-10-27 07:55:16 -07:00
parent 51bfd722c3
commit 842593c439
1 changed files with 1 additions and 0 deletions

View File

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