You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/07/16 13:41:12 UTC

[GitHub] [arrow-rs] thinkharderdev commented on a diff in pull request #2089: Support skip_values in ColumnValueDecoderImpl

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org