mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
remove temporary typo warning
This commit is contained in:
parent
c3f01b12f3
commit
d59f3f0d37
@ -193,10 +193,6 @@ public class CqlActivity extends SimpleActivity implements Activity, ActivityDef
|
||||
|
||||
ParsedStmt parsed = stmtDef.getParsed(this::canonicalizeBindings).orError();
|
||||
boolean prepared = stmtDef.getParamOrDefault("prepared", true);
|
||||
if (stmtDef.getOptionalStringParam("parametrized").isPresent()) {
|
||||
throw new RuntimeException("Please use 'parameterized' instead of 'parametrized'. This was recently " +
|
||||
"corrected. This warning will be removed in the future.");
|
||||
}
|
||||
boolean parameterized = stmtDef.getParamOrDefault("parameterized", false);
|
||||
long ratio = stmtDef.getParamOrDefault("ratio", 1);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user