In this patch maybe we want to write down how the Buffers will be arranged in the IPC body.
I'm thinking ``` <metadata> <padding> <indicesBuffer> <data> ``` and possibly in the case of sparse matrix CSR format: ``` <metadata> <padding> <indptr> <indicesBuffer> <data> ``` Let me know what you think [ Full content available at: https://github.com/apache/arrow/pull/2546 ] This message was relayed via gitbox.apache.org for [email protected]
