Iceberg table drop column leaves the column in the Athena Glue catalog

1

When I execute the following: alter table <db_name>.<table_name> drop column <column_name> The column name remains in the Glue catalog. We're using Athena v3 engine. I also used the following to create the table: create table <db_name>.<table_name> with ( table_type = 'ICEBERG', format = 'Parquet', write_compression = 'SNAPPY', is_external = false, location = 's3://<bucket_and_folder_path>/' ) as select statement

jhall
posta un anno fa206 visualizzazioni
Nessuna risposta

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande