mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-01-08 15:03:08 -06:00
minor fix
This commit is contained in:
parent
f2f6649c93
commit
f0f9678049
@ -169,7 +169,7 @@ public abstract class Cqld4CqlOp implements CycleOp<List<Row>>, VariableCapture<
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public List<?> capture(List<Row> input, List<CapturePoint> capturePoints) {
|
public List<?> capture(List<Row> input, List<CapturePoint> capturePoints) {
|
||||||
|
return List.of();
|
||||||
}
|
}
|
||||||
|
|
||||||
public abstract Statement<?> getStmt();
|
public abstract Statement<?> getStmt();
|
||||||
|
Loading…
Reference in New Issue
Block a user