-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
binary_to_string_coercion in binary.rs does not support utf8view #13361
Comments
i double checked and datafusion/datafusion/expr-common/src/type_coercion/binary.rs Lines 1232 to 1247 in 11435de
|
I see now that @jonathanc-n proposes some additions in However I am not sure how important those cases are to cover (how common they are in practice). So I propose closing this ticket as "good enough" unless someone hits them for real. Funnily enough while verifying the tests I found one small corner case; |
Let's reopen this ticket if we find any additional work to do -- I think it is closed enough in #14379 |
Describe the bug
The coercion rules defined in binary_to_string_coercion do not account for utf8view
To Reproduce
No response
Expected behavior
binary coercion rules support utf8view
Additional context
No response
The text was updated successfully, but these errors were encountered: