v.24.8Backward Incompatible Changes
Backport #68349: Reimplement Dynamic Type in ClickHouse
Backported in #68349: ReimplementDynamictype. Now when the limit of dynamic data types is reached new types are not cast to String but stored in a special data structure in binary format with binary encoded data type. Now any type ever inserted intoDynamiccolumn can be read from it as subcolumn. #68132 (Kruglov Pavel).