CSV IMPORT fails for columns with enum type and default value #85903
Labels
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
O-community
Originated from the community
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
X-blathers-triaged
blathers was able to find an owner
Describe the problem
IMPORT INTO statement fails when importing CSV data into a table with an enum column type that has a default value.
To Reproduce
Step #3 fails with the following error:
pq: s3://test-bucket/export170a08f5d51fbaf10000000000000001-n786690423440965633.0.csv?AWS_ACCESS_KEY_ID=****&AWS_ENDPOINT=****&AWS_REGION=us-east-2&AWS_SECRET_ACCESS_KEY=****: process default and computed columns: type OID 100112 does not exist
Environment:
Jira issue: CRDB-18484
The text was updated successfully, but these errors were encountered: