[ 
https://issues.apache.org/jira/browse/ARROW-1710?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16220962#comment-16220962
 ] 

Jacques Nadeau commented on ARROW-1710:
---------------------------------------

The consolidation doesn't inline the values. They are simply prepended. All 
validity bits come before all data bytes. They are just in the same ArrowBuf 
rather than maintaining two ArrowBufs. Normally we use different buffers to 
support resizing only one. However, in the case of validity and data, both will 
get resized at the same time depending on the values held.

> [Java] Decide what to do with non-nullable vectors in new vector class 
> hierarchy 
> ---------------------------------------------------------------------------------
>
>                 Key: ARROW-1710
>                 URL: https://issues.apache.org/jira/browse/ARROW-1710
>             Project: Apache Arrow
>          Issue Type: Sub-task
>          Components: Java - Vectors
>            Reporter: Li Jin
>             Fix For: 0.8.0
>
>
> So far the consensus seems to be remove all non-nullable vectors. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to