Background
Currently, schema change is rendered as Spark SQL DDL. This works well for flat tables, but for data that has many nested structs it is not very readable.
Feature
Improve schema changes rendering by adding better support for nested data types.
Example [Optional]
--
Proposed Solution [Optional]
--