atwam commented on issue #9716: URL: https://github.com/apache/arrow-rs/issues/9716#issuecomment-4247056641
Right, the spec I cited is the in-memory format. But the [IPC spec](https://arrow.apache.org/docs/format/Columnar.html#recordbatch-message): > The data header contains the following: > The length and null count for each flattened field in the record batch > The memory offset and length of each constituent Buffer in the record batch’s body GIven the in-memory format says we have a length-1 offsets buffer, I would expect that to exist in the record batch's body? -- 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]
