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
Describe the bug
As mentioned in this (ongoing) PR, we have added
utf8view
support for thebit_length
scalar function, as well as for thebit_length
array function in this (merged) PR. So, this sql logic test error should be resolved after upgrading to the corresponding version ofarrow-rs
.To Reproduce
No response
Expected behavior
Additional context
Thanks for @goldmedal 's suggestion to track on this issue: https://github.com/apache/datafusion/pull/13221#discussion_r1828563378