Ulimo opened a new pull request #8690: URL: https://github.com/apache/arrow/pull/8690
https://issues.apache.org/jira/browse/ARROW-10542 This adds basic support for both a flight server and a flight client for Net Core. I hope that this PR can help create some discussion on how the interfaces should look etc, and if this looks like an accetable interface for flight in net core. As mentioned in the issue, this requires a bump from .netstandard1.3 to netstandard1.5 The code does not include: * Handshake - the reason is that AspNetCore contains features already for authentication/authorization for gRPC. Can be added later ofcourse. * DoExchange - I feel that more feedback/discussion is required before DoExchange can be implemented. ---------------------------------------------------------------- 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: us...@infra.apache.org