Closed ChrisJar closed 2 years ago
This fixes an issue where results files have incorrect names when the output_directory configuration option is left blank. For example, without this fix, query 10 writes its results to Noneq10-results.parquet instead of q10-results.parquet.
output_directory
Noneq10-results.parquet
q10-results.parquet
Closes #260
This fixes an issue where results files have incorrect names when the
output_directory
configuration option is left blank. For example, without this fix, query 10 writes its results toNoneq10-results.parquet
instead ofq10-results.parquet
.Closes #260