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

   # Which issue does this PR close?
   
   Closes #996 
   Closes #1027
   
   # Rationale for this change
    
   These APIs were originally marked unsafe because `ArrowNativeType` could be 
implemented outside the crate. Since #1819 this is no longer the case, as a 
result these methods are no longer unsafe as they can't lead to UB.
   
   # What changes are included in this PR?
   
   Removes `unsafe` from `MutableBuffer::typed_data_mut` and 
`Buffer::typed_data`.
   
   # Are there any user-facing changes?
   
   No
   


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