Skip to content

Revisit bit_length Not Supporting Utf8View Array. #13329

Closed
@austin362667

Description

@austin362667

Describe the bug

As mentioned in this (ongoing) PR, we have added utf8view support for the bit_length scalar function, as well as for the bit_length array function in this (merged) PR. So, this sql logic test error should be resolved after upgrading to the corresponding version of arrow-rs.

To Reproduce

No response

Expected behavior

query I
select bit_length(column1_utf8view) from test;
----
48
72
56
0
NULL

Additional context

Thanks for @goldmedal 's suggestion to track on this issue: #13221 (comment)

Metadata

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