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


##########
cpp/src/arrow/flight/test_definitions.cc:
##########
@@ -1469,6 +1518,17 @@ class ErrorHandlingTestServer : public FlightServerBase {
     return MakeFlightError(FlightStatusCode::Unauthorized, "Unauthorized", 
"extra info");
   }
 };
+
+class TransportStatusListener : public AsyncListener<FlightInfo> {

Review Comment:
   They're still different. I don't think the comment is relevant anymore.



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