You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/06/28 08:22:00 UTC

[jira] [Updated] (ARROW-13076) [Java] Enable ExtensionType to use StructVector and UnionVector for underlying storage

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

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

> [Java] Enable ExtensionType to use StructVector and UnionVector for underlying storage
> --------------------------------------------------------------------------------------
>
>                 Key: ARROW-13076
>                 URL: https://issues.apache.org/jira/browse/ARROW-13076
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Java
>            Reporter: Bryan Cutler
>            Assignee: Bryan Cutler
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Currently, an ExtensionTypeVector has a type constraint for the underlying storage to extend BaseValueVector. StructVector, UnionVector and DenseUnionVector do not extend this base class.
> After ARROW-13044, Union vectors will extend the ValueVector interface and the extension vector type constrain could be relaxed to this interface to allow the above vector types to be used.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)