[ 
https://issues.apache.org/jira/browse/ARROW-13981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ZHUO ZHANG updated ARROW-13981:
-------------------------------
    Description: 
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}
then reading from the target didn't give me correct result.

  was:
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}


> [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
>            Priority: Major
>
> 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}
> then reading from the target didn't give me correct result.



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

Reply via email to