v.20.11Bug Fix

Fixed EOF Error in CAST Function for Nullable String to Nullable Decimal Conversion

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).