v.19.1Improvements

Fixed Data Type Check in Type Conversion Functions

Fixed data type check in type conversion functions. #3896 (Winter Zhang)
Fixed data type check in type conversion functions to ensure accurate validation during conversions.

Why it matters

This fix addresses incorrect data type validation in type conversion functions, preventing potential errors or unexpected behaviors when converting between data types. It improves the reliability and correctness of type conversions within ClickHouse.

How to use it

No changes are required from the user side; the fix is applied internally to the existing type conversion functions, and users will benefit from improved type checks automatically when using these functions.