Renaming a column broke every old Hive query — does Iceberg fix it?
Your team just migrated a 4TB events table from Hive/Parquet to Iceberg. In the old world, a junior analyst once renamed a column with ALTER TABLE ... CHANGE and silently corrupted six months of queries — reads started returning the wrong column's data, and nobody noticed for a week. Leadership wants a guarantee that "rename a column" is now a safe, zero-rewrite operation. The interviewer wants you to explain WHY Iceberg makes schema changes safe when Hive didn't, which specific changes are free vs. which still cost you, and where the remaining footguns are.