You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Describe the bug
string_numeric_coercion supports utf8 and largeutf8 but does not support utf8View. See code @
datafusion/datafusion/expr-common/src/type_coercion/binary.rs
Line 648 in be19afc
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
The text was updated successfully, but these errors were encountered: