Athena reorder / rename Iceberg Table Column fails in Management Console

0

When excuting this sql in the AWS Management Console / Athena Query Editor

ALTER TABLE iceberg_table CHANGE COLUMN comment blog_comment string AFTER id

it should allow for renaming/reordering/retyping of a column. But if I execute this athena, it always fails with

mismatched input 'CHANGE'. Expecting: '.', 'ADD', 'DROP', 'EXECUTE', 'RENAME', 'SET'

If I execute the same thing via the aws cli from my local env, everything works as expected.

Keine Antworten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen