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).Why it matters
This feature addresses incorrect suspicion ofBool 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 theVariant type with Bool and numeric values.