lidavidm commented on code in PR #36517:
URL: https://github.com/apache/arrow/pull/36517#discussion_r1265685746
##########
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:
The type is slightly different, but this will change once I do the
Status/StatusDetail refactor and provide the Future-returning overload.
--
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]