v.21.1Bug Fixes
Fixed EOF Error in CAST Function for 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).