qmmk opened a new pull request, #40691: URL: https://github.com/apache/arrow/pull/40691
### Rationale for this change This is a draft implementation of DoExchange. A simple usage demo is in FlightTests.cs and TestFlightServer.cs. I've tried to share the implementation with DoGet/DoPut as much as possible. ### What changes are included in this PR? - FlightServer.cs and related FlightServerImplementation.cs - FlightClient.cs with (new) FlightRecordBatchExchangeCall.cs wrapper call. ### Are these changes tested? Yes, tests are added in FlightTest.cs and TestFlightServer.cs I've tested locally with the C++ implementation. ### Are there any user-facing changes? No and the DoExchange documentation is already present -- 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]
