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

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

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

ASF GitHub Bot updated ARROW-6079:
----------------------------------
    Labels: pull-request-available  (was: )

> [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
>            Priority: Critical
>              Labels: pull-request-available
>
> 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)