You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "ZHUO ZHANG (Jira)" <ji...@apache.org> on 2021/09/13 05:50:00 UTC

[jira] [Created] (ARROW-13981) [Java] VectorSchemaRootAppender doesn't work for BitVector

ZHUO ZHANG created ARROW-13981:
----------------------------------

             Summary: [Java] VectorSchemaRootAppender doesn't work for BitVector
                 Key: ARROW-13981
                 URL: https://issues.apache.org/jira/browse/ARROW-13981
             Project: Apache Arrow
          Issue Type: Bug
          Components: Java
    Affects Versions: 4.0.0
            Reporter: ZHUO ZHANG


Looks like the buffer copy logic doesn't work for BitVector, even though the BitVector is from BaseFixedWidthVector. I created two VectorSchemaRoot (target empty), calling 
{code:java}
VectorSchemaRootAppender.append(target, source);{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)