Is this necessary since you can use the function from MessageSerialzer? Although it does align the bytes ``` ByteArrayOutputStream out = new ByteArrayOutputStream(); MessageSerializer.serialize(new WriteChannel(Channels.newChannel(out)), schema); out.toByteArray() ```
[ Full content available at: https://github.com/apache/arrow/pull/2102 ] This message was relayed via gitbox.apache.org for [email protected]
