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


##########
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:
   I'm not sure about whether these overloads should be obsolete, there might 
be valid use cases where the schema isn't immediately known? But that isn't 
supported by the Python or C++ implementations.



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