mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
avoid submitting -1 result size
This commit is contained in:
parent
41c1384a9f
commit
d07a8f6644
@ -12,7 +12,7 @@ import com.amazonaws.services.dynamodbv2.document.spec.GetItemSpec;
|
|||||||
public class DDBGetItemOp extends DynamoDBOp {
|
public class DDBGetItemOp extends DynamoDBOp {
|
||||||
private final Table table;
|
private final Table table;
|
||||||
private final GetItemSpec getItemSpec;
|
private final GetItemSpec getItemSpec;
|
||||||
private long resultSize=-1;
|
private long resultSize=0;
|
||||||
|
|
||||||
public DDBGetItemOp(DynamoDB ddb, Table table, GetItemSpec getItemSpec) {
|
public DDBGetItemOp(DynamoDB ddb, Table table, GetItemSpec getItemSpec) {
|
||||||
super(ddb);
|
super(ddb);
|
||||||
|
Loading…
Reference in New Issue
Block a user