mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
improve parser error messages to include op template name
This commit is contained in:
@@ -344,6 +344,7 @@ public class ParsedOp implements LongFunction<Map<String, ?>>, StaticFieldReader
|
||||
}
|
||||
|
||||
this.tmap = new ParsedTemplateMap(
|
||||
getName(),
|
||||
map,
|
||||
opTemplate.getBindings(),
|
||||
List.of(opTemplate.getParams(),
|
||||
|
||||
Reference in New Issue
Block a user