pitrou opened a new issue, #50237:
URL: https://github.com/apache/arrow/issues/50237

   ### Describe the enhancement requested
   
   Many APIs in `arrow/ipc/metadata_internal.h` take a `T* out` parameter for 
output and return a `Status`.
   
   We should switch those APIs to return a `Result<T>` instead. Since those 
APIs are internal, we don't need to keep the old versions for compatibility.
   
   ### Component(s)
   
   C++


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