I wrote the description of sparse tensor format in IPC.md. I have one question. @wes, I found that the format of Tensor is the following order in IPC.md:
``` <padding> <metadata length> <metadata> <tensor body> ``` I followed this order in the sparse tensor format in 29ed742, but in the example format you mention above, the padding and the metadata were swapped. Would you please tell me do you think which is better. [ Full content available at: https://github.com/apache/arrow/pull/2546 ] This message was relayed via gitbox.apache.org for [email protected]
