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
質問済み 1年前203ビュー
回答なし

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ