austin362667 opened a new issue, #13329: URL: https://github.com/apache/datafusion/issues/13329
### Describe the bug As mentioned in [this PR](https://github.com/apache/datafusion/pull/13221), we have added `utf8view` support for the `bit_length` scalar function, as well as for the `bit_length` array function in [this (merged) PR](https://github.com/apache/arrow-rs/pull/6671). This [error](https://github.com/apache/datafusion/blob/0f584c8db1d9c36d8f73818d8bee24384eb4926e/datafusion/sqllogictest/test_files/string/string_view.slt#L96) should be resolved after upgrading to the corresponding version of `arrow-rs`. ### To Reproduce _No response_ ### Expected behavior ```slt 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: https://github.com/apache/datafusion/pull/13221#discussion_r1828563378 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org