v.21.10Improvements

Lower Restrictions for Enum Data Type to Allow Compatible Data

Lower restrictions for Enum data type to allow attaching compatible data. Closes #26672. #28028 (Dmitry Novik).
Lowered restrictions for the Enum data type to allow attaching compatible data.

Why it matters

This feature enables users to attach data with compatible Enum types, overcoming previous limitations that prevented such operations. It improves flexibility and usability when working with Enum columns, facilitating easier data management and integration.

How to use it

Users can benefit from this improvement simply by attaching tables or data with compatible Enum types without requiring additional configuration or changes.