v.22.1Improvement

Improve Bool Type Serialization and Deserialization

Improve Bool type serialization and deserialization, check the range of values. #32984 (Kruglov Pavel).
Improved serialization and deserialization of the Bool data type with added range checks to ensure valid boolean values.

Why it matters

This feature enhances data integrity by verifying that values assigned to the Bool 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 the Bool type during data serialization and deserialization processes.