v.24.4Experimental Feature

Don't Treat Bool and Number Variants as Suspicious in Variant Type

Don't treat Bool and number variants as suspicious in the Variant type. #61999 (Kruglov Pavel).
Improved handling of Bool and numeric variants within the Variant type to avoid treating them as suspicious.

Why it matters

This feature addresses incorrect suspicion of Bool and numeric data variants inside the Variant type, reducing false positives and improving type validation accuracy for users working with variant types.

How to use it

Users do not need to take any specific action to enable this feature; it is an internal improvement that automatically applies when using the Variant type with Bool and numeric values.