-
Notifications
You must be signed in to change notification settings - Fork 32
Closed
Labels
api-changeincludes breaking changesincludes breaking changesenhancementNew feature or requestNew feature or request
Description
I think we should not care much about the column names, we already check the column types, which is fine.
create table t1(a int);
insert into t1 VALUES (1);
copy t1 to '/tmp/data.parquet';
create table t2(b int);
copy t2 from '/tmp/data.parquet';
ERROR: column "b" is not found in parquet fileMetadata
Metadata
Assignees
Labels
api-changeincludes breaking changesincludes breaking changesenhancementNew feature or requestNew feature or request