lidavidm opened a new pull request #8010: URL: https://github.com/apache/arrow/pull/8010
- Fix a bug where writes would hang forever for DoExchange - Make FlightRuntimeException#toString easier to read - Have DoPut reliably clean up the FlightStream when the call ends (instead of potentially closing it after gRPC thinks the call ends - this will be important for [ARROW-9586](https://issues.apache.org/jira/browse/ARROW-9586)) - Don't automatically send a cancellation in FlightStream if an application doesn't read the entire stream. (This is another source of spurious exceptions on the server side). In particular, a server may want to cancel a call and not drain the stream (e.g. if it rejects a client upload). ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
