mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
nosqlbench-340 CountryCodes() binding function runtime error
This commit is contained in:
@@ -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");
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user