Skip to content
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

string_numeric_coercion in binary.rs does not support Utf8View #13359

Closed
Tracked by #14008
Omega359 opened this issue Nov 11, 2024 · 1 comment
Closed
Tracked by #14008

string_numeric_coercion in binary.rs does not support Utf8View #13359

Omega359 opened this issue Nov 11, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@Omega359
Copy link
Contributor

Omega359 commented Nov 11, 2024

Describe the bug

string_numeric_coercion supports utf8 and largeutf8 but does not support utf8View. See code @

fn string_numeric_coercion(lhs_type: &DataType, rhs_type: &DataType) -> Option<DataType> {

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants