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


##########
cpp/src/arrow/flight/types.h:
##########
@@ -630,6 +697,11 @@ class ARROW_FLIGHT_EXPORT ResultStream {
 
   ARROW_DEPRECATED("Deprecated in 8.0.0. Use Result-returning overload 
instead.")
   Status Next(std::unique_ptr<Result>* info);
+
+  /// \brief Read and drop the all rest messages to get error from a server.

Review Comment:
   ```suggestion
     /// \brief Read and drop the remaining messages to get the error (if any) 
from a server.
   ```



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