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

   Currently a failed write (due to the server sending an error,
   disconnecting, etc.) will raise an uninformative error on the
   client. Prior to the refactoring done in Arrow 8.0.0, this was
   silently swallowed (so clients would not get any indication until
   they finished writing). In 8.0.0 instead the error got propagated
   but this led to confusing, uninformative errors. Instead, tag this
   specific error so that the client implementation knows to finish
   the call and get the actual server error.
   
   (gRPC doesn't give us the actual error until we explicitly finish
   the call, so we can't get the actual error directly.)


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