maven overrides

This commit is contained in:
Jonathan Shook 2024-10-11 15:14:39 -05:00
parent c07fa49e04
commit ddd39d9237

View File

@ -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;