v.22.1Improvement
Improve Bool Type Serialization and Deserialization
Improve Bool type serialization and deserialization, check the range of values. #32984 (Kruglov Pavel).Why it matters
This feature enhances data integrity by verifying that values assigned to theBool type fall within the valid range during serialization and deserialization, preventing errors and potential data corruption.How to use it
No specific user action is required, as the improvements are applied internally in the handling of theBool type during data serialization and deserialization processes.