lidavidm commented on code in PR #36517:
URL: https://github.com/apache/arrow/pull/36517#discussion_r1265387003


##########
cpp/src/arrow/flight/client.h:
##########
@@ -301,6 +301,17 @@ class ARROW_FLIGHT_EXPORT FlightClient {
     return GetFlightInfo({}, descriptor);
   }
 
+  /// \brief Asynchronous GetFlightInfo.
+  /// \param[in] options Per-RPC options
+  /// \param[in] descriptor the dataset request
+  /// \param[in] listener Callbacks for response and RPC completion
+  void GetFlightInfo(const FlightCallOptions& options, const FlightDescriptor& 
descriptor,
+                     std::shared_ptr<AsyncListener<FlightInfo>> listener);
+  void GetFlightInfo(const FlightDescriptor& descriptor,

Review Comment:
   Hmm, I was thinking the extra few characters weren't quite necessary, but 
you're right in that we name everything else async with an explicit Async in 
Arrow.



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