HBASE-6634 REST API ScannerModel's protobuf converter code duplicates the setBatch call
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1386816 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
86d574eb22
commit
e5c0804a27
|
@ -691,7 +691,6 @@ public class ScannerModel implements ProtobufMessageHandler, Serializable {
|
|||
for (byte[] column: columns) {
|
||||
builder.addColumns(ByteString.copyFrom(column));
|
||||
}
|
||||
builder.setBatch(batch);
|
||||
if (startTime != 0) {
|
||||
builder.setStartTime(startTime);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue