tpch-pgsql
tpch-pgsql copied to clipboard
Fixed “load_tables” function in load.py file
Hi,
Made the following update in load_tables function in load.py file to resolve errors during load step of TPC-H benchmark execution. Updated "table" to "table.lower()"
conn.copyFrom(filepath, separator="|", table=table.lower())
Thanks and Regards,