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

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

Bryan Cutler created ARROW-13076:
------------------------------------

             Summary: [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


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)