willtemperley opened a new pull request, #95:
URL: https://github.com/apache/arrow-swift/pull/95
Files were being written with a non-padded file marker and alignment was not
being written when serializing record batches. Also the metadata length was
being set to zero in the block.
## What's Changed
The padded version of the filemarker is being written.
Padding is written to record blocks and record block metadata, i.e.:
```
addPadForAlignment(&writer)
```
The metadata length was being written as zero. This was preventing PyArrow
from reading files written by `ArrowWriter`. This has now been calculated and
set in the Block.
Closes #91.
--
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]