mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2024-12-22 15:13:41 -06:00
maven overrides
This commit is contained in:
parent
c07fa49e04
commit
ddd39d9237
@ -47,7 +47,7 @@ public class Cqld4PreparedStmtDispenser extends Cqld4BaseOpDispenser {
|
||||
DriverAdapter adapter, LongFunction<CqlSession> sessionFunc, ParsedOp op, ParsedTemplateString stmtTpl, RSProcessors processors) {
|
||||
super(adapter, sessionFunc, op);
|
||||
if (op.isDynamic("space")) {
|
||||
throw new RuntimeException("Prepared statements and dynamic space values are not yet supported" +
|
||||
throw new RuntimeException("Prepared statements and dynamic space values are not yet supported" +
|
||||
" but are being implemented");
|
||||
}
|
||||
this.processors = processors;
|
||||
|
Loading…
Reference in New Issue
Block a user