Description
Requires supporting column mappings: https://github.com/delta-io/delta/blob/master/PROTOCOL.md#column-mapping
- Support writes to tables that have column mappings
- Support metadata operations on tables with column mappings
- Add support for dropping column in Delta Lake #15792
- Add support for renaming column in Delta Lake #15821
- Support commenting on table and column with
id
andname
column mapping mode in Delta Lake #17139 - Support adding a new column with
id
andname
column mapping mode in Delta Lake #17236 - Support OPTIMIZE procedure in Delta Lake column mapping table #17527
- Support creating Delta tables with column mapping mode #17565