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

   # Which issue does this PR close?
   
   - Follow on to  https://github.com/apache/arrow-rs/pull/8044
   
   # Rationale for this change
   
   @scovich had a good suggestion here 
https://github.com/apache/arrow-rs/pull/8044/files#r2257256848: 
   > value.into() makes clear that the conversion is infallible?
   
   
   # What changes are included in this PR?
   
   Use `From` impl to make it clear the conversion is infallible and can not 
lose precision
   
   # Are these changes tested?
   
   Covered by existing tests
   
   # 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