nosqlbench-340 CountryCodes() binding function runtime error

This commit is contained in:
Jonathan Shook
2021-07-06 11:44:43 -05:00
parent bb3f8b3ec4
commit 409b0d31b2

View File

@@ -17,7 +17,7 @@ public class CountryCodes extends CSVSampler implements LongFunction<String> {
@Example("CountryCodes()") @Example("CountryCodes()")
public CountryCodes() { public CountryCodes() {
super("COUNTRY_CODE","n/a","name","countries.csv"); super("COUNTRY_CODE","n/a","name","data/countries.csv");
} }
} }