kpumuk commented on code in PR #3713:
URL: https://github.com/apache/thrift/pull/3713#discussion_r3786776838


##########
lib/rb/lib/thrift/protocol/base_protocol.rb:
##########
@@ -231,6 +231,10 @@ def read_uuid
       raise NotImplementedError
     end
 
+    def skip_string
+      read_string
+    end

Review Comment:
   Documentation in the project is sparse, will get back to this eventually.



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