Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
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.
Attachments
Issue Links
- Dependent
-
ARROW-13044 [Java] Union vectors should extend ValueVector
- Resolved
- links to