Perform other DDL operations on Iceberg tables
In addition to the schema evolution operations described in Evolve Iceberg table schema, you can also perform the following DDL operations on Apache Iceberg tables in Athena.
Database level operations
When you use DROP DATABASE with
the CASCADE
option , any Iceberg table data is also removed. The
following DDL operations have no effect on Iceberg tables.
Partition related operations
Because Iceberg tables use hidden partitioning
If you would like to see Iceberg
partition evolution
Unload Iceberg tables
Iceberg tables can be unloaded to files in a folder on Amazon S3. For information, see UNLOAD.
MSCK REPAIR
Because Iceberg tables keep track of table layout information, running MSCK REPAIR TABLE as one does with Hive tables is not necessary and is not supported.