Skip to content

Commit 1a394e9

Browse files
committed
Set featureStore and metadataStore for CLI path
1 parent 720172f commit 1a394e9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/java/org/polypheny/simpleclient/scenario/vectorbench/VectorBench.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ public class VectorBench extends PolyphenyScenario {
7070
public VectorBench(Executor.ExecutorFactory executorFactory, VectorBenchConfig config, boolean commitAfterEveryQuery, boolean dumpQueryList ) {
7171
super( executorFactory, commitAfterEveryQuery, dumpQueryList, QueryMode.TABLE );
7272
this.config = config;
73+
this.featureStore = config.dataStoreFeature;
74+
this.metadataStore = config.dataStoreMetadata;
7375

7476
}
7577

0 commit comments

Comments
 (0)