You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "aakshintala (via GitHub)" <gi...@apache.org> on 2023/02/01 03:42:19 UTC

[GitHub] [arrow] aakshintala commented on issue #33966: The ArrowIPC Java library doesn't respect buffer offsets set in the flatbuffer metadata

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org