austin362667 opened a new pull request, #13221:
URL: https://github.com/apache/datafusion/pull/13221

   
   ## Which issue does this PR close?
   
   Closes https://github.com/apache/datafusion/issues/13195
   
   ## Rationale for this change
   
   Thanks to @jayzhan211 , he noticed following issue which string scalar 
function `bit_length()` doesn't support `Utf8View` type:
   ```rust
   select bit_length(arrow_cast('a', 'Utf8View'));
   ```
   
   ## What changes are included in this PR?
   
   Update `bit_length()` scalar function to support `Utf8View`
   
   ## Are these changes tested?
   
   Yes for scalar function. No for array function as it's still PR in 
https://github.com/apache/arrow-rs/pull/6671
   
   ## Are there any user-facing changes?
   
   <!--
   If there are user-facing changes then we may require documentation to be 
updated before approving the PR.
   -->
   
   <!--
   If there are any breaking changes to public APIs, please add the `api 
change` label.
   -->
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to