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)