Skip to content

Commit

Permalink
fix trailing _test in load test
Browse files Browse the repository at this point in the history
  • Loading branch information
beckernick committed Oct 28, 2020
1 parent 622d1bc commit e988e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tpcx_bb/queries/load_test/tpcx_bb_load_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def repartition(table, outdir, npartitions=None, chunksize=None, compression="sn
def main(client, config):
# location you want to write Parquet versions of the table data
data_dir = config["data_dir"].split('parquet_')[0]
outdir = f"{data_dir}/parquet_{part_size}gb_test/"
outdir = f"{data_dir}/parquet_{part_size}gb/"

total = 0
for table in tables:
Expand Down

0 comments on commit e988e97

Please sign in to comment.