This is an automated email from the ASF dual-hosted git repository.
eerhardt pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 7929cc8 ARROW-15245: [Go] Address most of the staticcheck linting
issues.
add 1e7bfa2 ARROW-13294: [C#] Create Flight example server and client
No new revisions were added by this update.
Summary of changes:
.../FlightAspServerExample.csproj | 18 ++-
csharp/examples/FlightAspServerExample/Program.cs | 46 ++++++
.../Properties/launchSettings.json | 5 +-
.../Services/InMemoryFlightServer.cs | 162 +++++++++++++++++++++
.../FlightAspServerExample}/appsettings.json | 3 +-
.../examples/FlightAspServerExample/readme.md | 38 ++---
.../FlightClientExample/FlightClientExample.csproj | 15 +-
csharp/examples/FlightClientExample/Program.cs | 129 ++++++++++++++++
.../examples/FlightClientExample/readme.md | 11 +-
9 files changed, 386 insertions(+), 41 deletions(-)
copy cpp/thirdparty/README.md =>
csharp/examples/FlightAspServerExample/FlightAspServerExample.csproj (59%)
create mode 100644 csharp/examples/FlightAspServerExample/Program.cs
copy csharp/{test/Apache.Arrow.Flight.TestWeb =>
examples/FlightAspServerExample}/Properties/launchSettings.json (57%)
create mode 100644
csharp/examples/FlightAspServerExample/Services/InMemoryFlightServer.cs
copy csharp/{test/Apache.Arrow.Flight.TestWeb =>
examples/FlightAspServerExample}/appsettings.json (69%)
copy java/c/README.md => csharp/examples/FlightAspServerExample/readme.md (55%)
copy dev/release/README.md =>
csharp/examples/FlightClientExample/FlightClientExample.csproj (73%)
create mode 100644 csharp/examples/FlightClientExample/Program.cs
copy dev/release/README.md => csharp/examples/FlightClientExample/readme.md
(68%)