adamreeve commented on code in PR #45315:
URL: https://github.com/apache/arrow/pull/45315#discussion_r1923059515
##########
csharp/src/Apache.Arrow.Flight/Client/FlightClient.cs:
##########
@@ -98,11 +98,25 @@ public AsyncUnaryCall<FlightInfo> GetInfo(FlightDescriptor
flightDescriptor, Met
flightInfoResult.Dispose);
}
+ [System.Obsolete("Use an async overload that takes a Schema")]
Review Comment:
Only to better handle when zero batches are sent. I'm on the fence about
this so am happy to remove the `Obsolete` if you think it's too disruptive.
--
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]