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

   # Which issue does this PR close?
   
   N/A
   
   # Rationale for this change
    
   As we work to implement various optimizations in DataFusion (e.g. 
https://github.com/apache/datafusion/pull/12044) based on 
StringViewArray/ByteViewArray and it would be helpful to have `ByteView` 
available to users of the arrow crate so :
   
   1. They don't need an explcit dependency on `arrow_data` (which they already 
have via arrow)
   2. They can find `ByteView` more easily directly
   
   See more discussion with @XiangpengHao here: 
https://github.com/apache/datafusion/pull/12044/files#r1720861699
   
   # What changes are included in this PR?
   
   1. Add `pub use ByteView` to arrow
   2. Add documentation to `ByteView`
   
   # 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 `breaking 
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]

Reply via email to