kou opened a new issue, #50382:
URL: https://github.com/apache/arrow/issues/50382
### Describe the enhancement requested
red-arrow-format is a pure Ruby Apache Arrow reader/writer implementation.
It can write Apache Arrow IPC file/streaming format data but users need to
build Apache Arrow in-memory layout data by themselves. For example, `[1, 2,
3].pack("l") + padding` for int32 array. It's inconvenient. We should provide
builder API for easy to build Apache Arrow in-memory layout data.
### Component(s)
Ruby
--
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]