mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2024-12-22 15:13:41 -06:00
rebase fixes
This commit is contained in:
parent
c9481cd8b7
commit
edbea427de
@ -54,27 +54,5 @@ public class CqlD4BatchStmtMapper implements OpMapper<Cqld4CqlOp> {
|
||||
OpDispenser<? extends Cqld4CqlOp> subopDispenser = subopMapper.apply(subop);
|
||||
return new CqlD4BatchStmtDispenser(adapter, sessionFunc, op,repeat, subop, subopDispenser);
|
||||
|
||||
|
||||
// ParsedTemplateString stmtTpl = op.getAsTemplate(target.field).orElseThrow(() -> new BasicError(
|
||||
// "No statement was found in the op template:" + op
|
||||
// ));
|
||||
//
|
||||
// RSProcessors processors = new RSProcessors();
|
||||
// if (stmtTpl.getCaptures().size()>0) {
|
||||
// processors.add(() -> new CqlFieldCaptureProcessor(stmtTpl.getCaptures()));
|
||||
// }
|
||||
//
|
||||
// Optional<List> processorList = op.getOptionalStaticConfig("processors", List.class);
|
||||
//
|
||||
// processorList.ifPresent(l -> {
|
||||
// l.forEach(m -> {
|
||||
// Map<String, String> pconfig = ParamsParser.parseToMap(m, "type");
|
||||
// ResultSetProcessor processor = Cqld4Processors.resolve(pconfig);
|
||||
// processors.add(() -> processor);
|
||||
// });
|
||||
// });
|
||||
//
|
||||
// return new Cqld4PreparedStmtDispenser(adapter, sessionFunc, op, stmtTpl, processors);
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -22,7 +22,6 @@ import com.google.gson.JsonArray;
|
||||
import com.google.gson.JsonElement;
|
||||
import com.google.gson.JsonObject;
|
||||
|
||||
import java.sql.Array;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user