v.21.2Bug Fixes

Fixed CAST error for converting Nullable(String) to Nullable(Decimal).

Fixed Attempt to read after eof error when trying to CAST NULL from Nullable(String) to Nullable(Decimal(P, S)). Now function CAST returns NULL when it cannot parse decimal from nullable string. Fixes #7690. #18718 (Winter Zhang).