Closed
Description
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)