v.24.7Experimental Feature

Support Null Map Subcolumn for Variant and Dynamic Subcolumns

Support null map subcolumn for Variant and Dynamic subcolumns. #66178 (Kruglov Pavel).
Support for null map subcolumns in Variant and Dynamic subcolumns has been added in ClickHouse.

Why it matters

This feature enables proper handling of nullable values within Variant and Dynamic subcolumns, which improves data representation and query accuracy when working with these complex types.

How to use it

Users can now rely on the existing handling of Variant and Dynamic subcolumns to natively support nullability without additional configuration or workarounds.