liukun4515 commented on PR #2586: URL: https://github.com/apache/arrow-rs/pull/2586#issuecomment-1232436652
After the discussion about the RPC `getschema` method. The original protocal of serialization for schemaresult is ``` buffer_length: 4bytes buffer_of_schema: N bytes ``` The current protocal of serialization for schemaresult is ``` continuation_maker: 4bytes buffer_length: 4bytes buffer_of_schema: N byte ``` All other languages are follow above protocal -- 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]
