You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Pindikura Ravindra (JIRA)" <ji...@apache.org> on 2019/06/03 05:50:00 UTC

[jira] [Created] (ARROW-5483) [Java] add ValueVector constructors that take a Field object

Pindikura Ravindra created ARROW-5483:
-----------------------------------------

             Summary: [Java] add ValueVector constructors that take a Field object
                 Key: ARROW-5483
                 URL: https://issues.apache.org/jira/browse/ARROW-5483
             Project: Apache Arrow
          Issue Type: Task
          Components: Java
            Reporter: Pindikura Ravindra
            Assignee: Pindikura Ravindra


Each instance of a ValueVector instantiates Field and FieldType object, which consume 81 bytes of heap space. This duplication be avoided in cases where all the ValueVectors belong to the same set of columns/schema.



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