kou commented on issue #47824:
URL: https://github.com/apache/arrow/issues/47824#issuecomment-3413538934

   @pitrou @paleolimbot @lidavidm What do you think about this?
   
   The related part in the C++ implementation:
   
   
https://github.com/apache/arrow/blob/7a38744e979def14885c9ced423771af0916090d/cpp/src/arrow/ipc/message.cc#L567-L579
   
   The related part in the nanoarrow:
   
   
https://github.com/apache/arrow-nanoarrow/blob/02ebb803ccfe7cc398bc7839c1f2de80db132794/src/nanoarrow/ipc/encoder.c#L103-L106
   
   Should we update the `metadata_size` documentation to `metadata_size = 
sizeof(continuation) + sizeof(metadata_size) + Message size + padding`?


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