You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Ji Liu (JIRA)" <ji...@apache.org> on 2019/04/24 02:04:00 UTC

[jira] [Created] (ARROW-5206) [JAVA]Add APIs in MessageSerializer to directly serialize/deserialize ArrowBuf

Ji Liu created ARROW-5206:
-----------------------------

             Summary: [JAVA]Add APIs in MessageSerializer to directly serialize/deserialize ArrowBuf
                 Key: ARROW-5206
                 URL: https://issues.apache.org/jira/browse/ARROW-5206
             Project: Apache Arrow
          Issue Type: Improvement
          Components: Java
            Reporter: Ji Liu


It seems there no APIs to directly write ArrowBuf to OutputStream or read ArrowBuf from InputStream. These APIs may be helpful when users use Vectors directly instead of RecordBatch, in this case, provide APIs to serialize/deserialize dataBuffer/validityBuffer/offsetBuffer is necessary.

I would like to work on this and make it my first contribution to Arrow. What do you think?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)