You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Ji Liu (JIRA)" <ji...@apache.org> on 2019/07/31 08:54:00 UTC

[jira] [Created] (ARROW-6079) [Java] Implement/test UnionFixedSizeListWriter for FixedSizeListVector

Ji Liu created ARROW-6079:
-----------------------------

             Summary: [Java] Implement/test UnionFixedSizeListWriter for FixedSizeListVector
                 Key: ARROW-6079
                 URL: https://issues.apache.org/jira/browse/ARROW-6079
             Project: Apache Arrow
          Issue Type: New Feature
          Components: Java
            Reporter: Ji Liu
            Assignee: Ji Liu


Now we have two list vectors: {{ListVector}} and {{FixedSizeListVector}}.

{{ListVector}} has already implemented UnionListWriter for writing data, however, {{FixedSizeListVector}} doesn't have this yet and seems the only way for users to write data is getting inner vector and set value manually.

Implement a writer for {{FixedSizeListVector}} is useful in some cases.

 



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)