How can I do ALTER TABLE ... DROP COLUMN on an iceberg table struct field in athena?

0

According to https://docs.aws.amazon.com/athena/latest/ug/querying-iceberg-evolving-table-schema.html

Drop – Removes an existing column from a table or nested struct.

However in https://docs.aws.amazon.com/athena/latest/ug/querying-iceberg-evolving-table-schema.html#querying-iceberg-alter-table-drop-column there is no example listed. According to https://iceberg.apache.org/docs/latest/spark-ddl/#alter-table--drop-column

ALTER TABLE db.foo_table DROP COLUMN col.struct_name;

should work, but results in:

Cannot delete missing column: col.struct_name

Is this not possible?

feita há 6 meses83 visualizações
Sem respostas

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas