mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-20 11:38:28 -06:00
eagerly extract special fields from op template level
This commit is contained in:
parent
d8cff05705
commit
9cc92c8f8e
@ -39,6 +39,9 @@ public class StatementsOwner extends RawStmtFields {
|
||||
|
||||
public void setFieldsByReflection(Map<String, Object> propsmap) {
|
||||
|
||||
// New change
|
||||
super.setFieldsByReflection(propsmap);
|
||||
|
||||
HashSet<String> found = new HashSet<>();
|
||||
for (String fname : stmtsFieldNames) {
|
||||
if (propsmap.containsKey(fname)) {
|
||||
|
Loading…
Reference in New Issue
Block a user