rapidsai / gpu-bdb

RAPIDS GPU-BDB
Apache License 2.0
107 stars 44 forks source link

Fix result writing #261

Closed ChrisJar closed 2 years ago

ChrisJar commented 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.

Closes #260