wjones127 opened a new pull request #12044:
URL: https://github.com/apache/arrow/pull/12044
## Summary
* Created an example Flight server that just stores Arrow tables in memory.
The server code is based on the dotnet template provided by `dotnet new grpc`.
* Created an example Flight client that goes through each Flight method.
* Added a default implementation for `FlightServer.GetSchema()`. The schema
is in `FlightInfo`, so I figured most applications can just derive the
`GetSchema` implementation from the `GetFlightInfo` implementation.
--
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]