ayushbansal07 opened a new pull request, #47629:
URL: https://github.com/apache/arrow/pull/47629

   ### Rationale for this change
   File open should be retried when it fails due to EINTR 
   
   ### What changes are included in this PR?
   checking the errno and retrying file open inside FileOpenReadable. This is 
already done at other places in io_util.cc
   
   ### Are these changes tested?
   No, hard to reproduce
   
   ### Are there any user-facing changes?
   On slow file systems like FUSE, file open would be retried instead of 
exiting on receiving interrupt.
   


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