jorgecarleitao opened a new pull request #8636:
URL: https://github.com/apache/arrow/pull/8636


   This PR is a minor simplification of the code base around `Buffer::resize`. 
The idea is that this function is infalible (it just returns `Ok(...)`) and 
therefore does not require to return a `Result`. Since this function is on a 
very low level, it leads to the removal of the `Result` in some places.
   
   


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to