tustvold commented on issue #5437:
URL: https://github.com/apache/arrow-rs/issues/5437#issuecomment-1965652841

   One option might be to return the error, but also re-enqueue the operation 
to run again. That way if polled again it will effectively just try the 
operation again :thinking: 
   
   This would be similar to how 
[std::io::BufWriter](https://doc.rust-lang.org/src/std/io/buffered/bufwriter.rs.html#188)
 handles this particular scenario.


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