Open HackPoint opened 4 months ago
Hi @HackPoint, can you please provide some more details to help reproduce this problem. Are you running FlightAspServerExample
as the server? And what OS are you running on?
If I run dotnet run
in csharp/examples/FlightAspServerExample
and then dotnet run
in another terminal in csharp/examples/FlightClientExample
, the client works for me:
Connecting to: http://localhost:5000
Table saved.
Wrote 2 batches to server.
Schema saved as:
Schema: Num fields=4, Num metadata=0
Info provided:
Apache.Arrow.Flight.FlightInfo
Available flights:
Apache.Arrow.Flight.FlightInfo
Read batch from flight server:
RecordBatch: 4 columns by 2000 rows
Read batch from flight server:
RecordBatch: 4 columns by 9050 rows
Actions:
clear: Clear the flights from the server
This was tested with the current main branch (33a4d67776) on Linux.
Describe the bug, including details regarding any error messages, version, and platform.
I'm trying to test your Example:
FlightClientExample
when I'm running it against server getting this error:Component(s)
C#