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

   # Which issue does this PR close?
   
   None
   
   # Rationale for this change
   
   I want to add some optimizations that uses `get_unchecked` but the safety 
comment says that we panic on out of range access which might not be the case 
for `get_unchecked`
   
   # What changes are included in this PR?
   
   Update safety note
   
   # Are these changes tested?
   
   No
   
   # Are there any user-facing changes?
   
   Yes, we no longer guarantee that out of range will panic and instead it can 
lead to undefined behavior, which the user might not be able to catch


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