Benjamin-Philip opened a new pull request, #114:
URL: https://github.com/apache/arrow-erlang/pull/114

   ## What issue does this PR close?
   
   Closes #113.
   
   Previously, arrow_buffer:size/1 took 8 byte padding to calculate size
   when the buffers actually used 64 bytes. This resulted in various gross
   errors in offsets and other metadata, rendering any IPC binaries
   produced unusable.
   
   ## What's Changed
   
   `arrow_buffer:size/1` now correctly uses 64 byte padding. Record Batch test 
data
   has been updated with the correct offsets.


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