alamb opened a new pull request, #3464: URL: https://github.com/apache/arrow-rs/pull/3464
# NOTE This is a WIP -- I want feedback on the approach before I spent more time polishing it up # Which issue does this PR close? Closes https://github.com/apache/arrow-rs/issues/3462 # Rationale for this change Support sending a stream of `Results` to a server, aborting the connection if the input stream has an error # What changes are included in this PR? 1. Change signature of `FlightClient::do_put` to accept a stream of `Result` Things needed to complete this PR: - [ ] Give the same treatment for `do_exchange` - [ ] Add tests for sending errors from client - [ ] Generify the code to avoid some boxing (maybe) # Are there any user-facing changes? signature (of unreleased code) is changed -- 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]
