Abhisheklearn12 opened a new pull request, #9363:
URL: https://github.com/apache/arrow-rs/pull/9363

   # Which issue does this PR close?
   
   Closes #9351.
   
   # Rationale for this change
   
   The `bit_length` kernel supports `Utf8View` but is missing support for 
`BinaryView`. This adds parity between string and binary view types.
   
   # What changes are included in this PR?
   
   - Add `DataType::BinaryView` match arm in `bit_length()` function
   - Update docstring to reflect supported types
   - Add tests for `BinaryView` bit_length (with and without nulls)
     
   # Are these changes tested?
   
   Yes. Added two tests:
    - `bit_length_binary_view` - tests basic functionality
    - `bit_length_null_binary_view` - tests null handling
   
   # Are there any user-facing changes?
   
   Yes. `bit_length()` now accepts `BinaryViewArray` as input and returns 
`Int32Array` containing bit lengths.
   
   


-- 
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]

Reply via email to