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

   # Which issue does this PR close?
   
   Does not close any open issue.
   
   # Rationale for this change
    
   I need to handle some kind of I/O errors (notably broken pipe errors) 
specifically and the current `IoError` variant does not permit it because it 
does not expose the underlying `std::io::Error`.
   
   # What changes are included in this PR?
   
   - Add `std::io::Error` field to `IoError` variant
   - Update conversion traits
   - Update usage of `IoError` within the IPC module (the only place where it's 
used)
   
   I'm not 100% sure for the new semantics of errors in the IPC module so feel 
to correct me.
   
   # Are there any user-facing changes?
   
   Yes. Callers that handle `IoError` separately will need to update their 
patterns to include the new field.


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to