adamreeve commented on code in PR #45315:
URL: https://github.com/apache/arrow/pull/45315#discussion_r1923348384


##########
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:
   After thinking about this some more I've removed the Obsolete attributes and 
just added a remark to the new methods about the difference in behaviour, as 
I'm not sure this is a good enough reason to deprecate the existing methods.



-- 
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]

Reply via email to