v.24.7Experimental Feature
Support Null Map Subcolumn for Variant and Dynamic Subcolumns
Support null map subcolumn forVariantandDynamicsubcolumns. #66178 (Kruglov Pavel).
Why it matters
This feature enables proper handling of nullable values withinVariant 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 ofVariant and Dynamic subcolumns to natively support nullability without additional configuration or workarounds.