mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
Jshook/verification (#2107)
* docs update * typos * disable noisy prom exposition dump * fix refkey bug * move specs into non-test namespace * remove unimplemented rainbow ops * docs updates * give credit to maintainers * update milvus module to build clean on new APIs * remove var keyword * API remapping * enable new op behaviors
This commit is contained in:
@@ -42,7 +42,7 @@ public class PulsarOpMapper implements OpMapper<PulsarOp,PulsarSpace> {
|
||||
}
|
||||
|
||||
@Override
|
||||
public OpDispenser<PulsarOp> apply(NBComponent adapterC, ParsedOp op, LongFunction<PulsarSpace> spaceInitF) {
|
||||
public OpDispenser<PulsarOp> apply(NBComponent adapterC, ParsedOp op, LongFunction<PulsarSpace> spaceF) {
|
||||
int spaceName = op.getStaticConfigOr("space", 0);
|
||||
// PulsarSpace pulsarSpace = spaceCache.get(spaceName);
|
||||
PulsarSpace pulsarSpace = adapter.getSpaceFunc(op).apply(spaceName);
|
||||
|
||||
Reference in New Issue
Block a user