Skip to content

unable to run load tables. relation "LINEITEM" does not existĀ #24

@hijackthe2

Description

@hijackthe2

I use docker image postgres:latest (postgres version is 16.0) to run ./tpch_pgsql.py load command, and I get the result unable to run load tables. relation "LINEITEM" does not exist. This error is due to table name uppercase and lowercase mismatch. Specifically, the variable TABLES defined in ./tpch_pgsql.py is uppercase, but the table name loaded in the database is lowercase.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions