v.21.2Bug Fixes
Fixed CAST error for converting Nullable(String) to Nullable(Decimal).
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).