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

[jira] [Resolved] (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 ]

Micah Kornfield resolved ARROW-6079.
------------------------------------
       Resolution: Fixed
    Fix Version/s: 0.15.0

Issue resolved by pull request 4973
[https://github.com/apache/arrow/pull/4973]

> [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
>             Fix For: 0.15.0
>
>          Time Spent: 2h 10m
>  Remaining Estimate: 0h
>
> 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)