Closed ttnghia closed 6 days ago
This fixes string_to_decimal_kernel which incorrectly handles non-emty nulls in the input. More tests are also added to verify that non-empty nulls are correctly handled in string_to_integer, string_to_decimal and string_to_float.
string_to_decimal_kernel
string_to_integer
string_to_decimal
string_to_float
build
This came up during review of #2510
This fixes
string_to_decimal_kernel
which incorrectly handles non-emty nulls in the input. More tests are also added to verify that non-empty nulls are correctly handled instring_to_integer
,string_to_decimal
andstring_to_float
.