string_numeric_coercion in binary.rs does not support Utf8View #13359
Open
Description
Describe the bug
string_numeric_coercion supports utf8 and largeutf8 but does not support utf8View. See code @
The inverse function numeric_string_coercion is also missing support for utf8View
To Reproduce
add tests to verify that string <-> numeric coercion works when provided with utf8view. This may or may not require the arrow-rs fixes for apache/arrow-rs#6714 and apache/arrow-rs#6715
Expected behavior
string numeric coercion works when using utf8view
Additional context
No response