db-benchmark icon indicating copy to clipboard operation
db-benchmark copied to clipboard

`join-datagen.R` expects 4 arguments but only 3 are provided in `format_and_mount` script

Open andygrove opened this issue 6 months ago • 0 comments

Here is a part of format_and_mount.sh:

echo "Creating 500mb join datasets"
Rscript ../_data/join-datagen.R 1e7 0 0
Rscript ../_data/join-datagen.R 1e7 5 0
Rscript ../_data/join-datagen.R 1e7 0 1

This fails:

Creating 500mb join datasets
Error: sort %in% c(0L, 1L) is not TRUE
Execution halted

join-datagen.R expects 4 arguments but only 3 are provided.

andygrove avatar Aug 23 '24 22:08 andygrove