v.20.11Bug Fix
Fixed EOF Error in CAST Function for Nullable String to Nullable Decimal Conversion
FixedAttempt to read after eoferror when trying toCASTNULLfromNullable(String)toNullable(Decimal(P, S)). Now functionCASTreturnsNULLwhen it cannot parse decimal from nullable string. Fixes #7690. #18718 (Winter Zhang).