v.21.12Bug Fixes
Fix Nullable CAST with cast_keep_nullable to prevent PARAMETER_OUT_OF_BOUND error
FixCASTfromNullablewithcast_keep_nullable(PARAMETER_OUT_OF_BOUNDerror before for i.e.toUInt32OrDefault(toNullable(toUInt32(1)))). #32080 (Azat Khuzhin).