aakshintala commented on issue #33966: URL: https://github.com/apache/arrow/issues/33966#issuecomment-1411418157
Specifically: What my library produces: > ArrowRecordBatch [length=64, nodes=[ArrowFieldNode [length=64, nullCount=0]], #buffers=2, buffersLayout=[ArrowBuffer [offset=0, size=8], **ArrowBuffer [offset=64, size=128]], body length = 192**] What the Java library deserializes: > ArrowRecordBatch [length=64, nodes=[ArrowFieldNode [length=64, nullCount=0]], #buffers=2, buffersLayout=[ArrowBuffer [offset=0, size=8], **ArrowBuffer [offset=8, size=128]], body_length = 136**] -- 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]
