Skip to content

string_numeric_coercion in binary.rs does not support Utf8View #13359

Open
@Omega359

Description

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

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions