Skip to content

Fixed “load_tables” function in load.py file#23

Open
ksasi wants to merge 1 commit intoData-Science-Platform:masterfrom
ksasi:load_error
Open

Fixed “load_tables” function in load.py file#23
ksasi wants to merge 1 commit intoData-Science-Platform:masterfrom
ksasi:load_error

Conversation

@ksasi
Copy link

@ksasi ksasi commented Apr 11, 2022

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,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant