Benjamin-Philip opened a new issue, #113:
URL: https://github.com/apache/arrow-erlang/issues/113

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   Arrow Erlang pads all buffers to 64 byte multiples. However, the 
`arrow_buffer:size` function, a helper to calculate the size of a buffer from 
the intermediate representation without serializing it, incorrectly took 
padding to be in multiples of 8.
   
   This results in incorrect offsets for each buffer in the Record Batch 
flatbuffer metadata as defined 
[here](https://github.com/apache/arrow/blob/5d6cb93f3f47ebebcdbbf6fecdf48427415084de/format/Message.fbs#L100)
 and possibly more errors.


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