thinkharderdev commented on code in PR #2089:
URL: https://github.com/apache/arrow-rs/pull/2089#discussion_r922681539


##########
arrow-flight/src/arrow.flight.protocol.rs:
##########
@@ -279,9 +279,9 @@ pub mod flight_service_client {
             &mut self,
             request: impl tonic::IntoStreamingRequest<Message = 
super::HandshakeRequest>,
         ) -> Result<
-            tonic::Response<tonic::codec::Streaming<super::HandshakeResponse>>,
-            tonic::Status,
-        > {
+                
tonic::Response<tonic::codec::Streaming<super::HandshakeResponse>>,

Review Comment:
   Yeah, that was it. Thanks!



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