Commits


Will Jones authored and Eric Erhardt committed 1e7bfa24c57
ARROW-13294: [C#] Create Flight example server and client ## 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. I wrote these examples to learn about the Flight protocol. Closes #12044 from wjones127/ARROW-13294-csharp-flight-example Authored-by: Will Jones <willjones127@gmail.com> Signed-off-by: Eric Erhardt <eric.erhardt@microsoft.com>