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

[jira] [Created] (ARROW-4635) StructVector growing validity buffer unnecessaily

Thippana Vamsi Kalyan created ARROW-4635:
--------------------------------------------

             Summary: StructVector growing validity buffer unnecessaily
                 Key: ARROW-4635
                 URL: https://issues.apache.org/jira/browse/ARROW-4635
             Project: Apache Arrow
          Issue Type: Bug
          Components: Java
            Reporter: Thippana Vamsi Kalyan


reAlloc method inside StructVector.java is growing validity buffer and growing capacity of children.

When validity buffer already has enough capacity to accommodate new size of children, growing validity buffer can be avoided. 



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