tpch-pgsql icon indicating copy to clipboard operation
tpch-pgsql copied to clipboard

Fixed “load_tables” function in load.py file

Open ksasi opened this issue 3 years ago • 0 comments

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,

ksasi avatar Apr 11 '22 17:04 ksasi