jcralmeida commented on a change in pull request #11982:
URL: https://github.com/apache/arrow/pull/11982#discussion_r783397522



##########
File path: cpp/src/arrow/flight/sql/server.h
##########
@@ -189,6 +193,25 @@ class ARROW_EXPORT FlightSqlServerBase : public 
FlightServerBase {
   virtual arrow::Result<std::unique_ptr<FlightDataStream>> DoGetCatalogs(
       const ServerCallContext& context);
 
+  /// \brief Gets a FlightInfo for retrieving other information (See TypeInfo).
+  /// \param[in] context      Per-call context.
+  /// \param[in] command      The GetTypeInfo object which may contain filter 
for
+  ///                         the date type to be search for.

Review comment:
       Fixed




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