Iceberg connector : ALTER TABLE <TableName> DROP COLUMN is not working for ORC and Parquet file format #13866
Unanswered
vedprakash0505
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Team,
Could you please help me on this.
We are using the iceberg connector release 393 and tried the following commands
SET SESSION hive.orc_use_column_names=true;
Set session hive.parquet_use_column_names=true;
alter table iceberg.<schema_name>. drop column <column_name>;
this is throwing us the exceptions:
SQL Error [16777216]: Query failed (#20220826_114607_00215_j2gsm): Failed to commit to table
we followed this link but did not solve our problem
https://trino.io/docs/current/connector/hive.html#parquet-format-configuration-properties
Beta Was this translation helpful? Give feedback.
All reactions