You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2019/09/27 10:46:00 UTC

[jira] [Updated] (ARROW-6722) [Java] Provide a uniform way to get vector name

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

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

> [Java] Provide a uniform way to get vector name
> -----------------------------------------------
>
>                 Key: ARROW-6722
>                 URL: https://issues.apache.org/jira/browse/ARROW-6722
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Java
>            Reporter: Liya Fan
>            Assignee: Liya Fan
>            Priority: Minor
>              Labels: pull-request-available
>
> Currently, the getName method is defined in BaseValueVector, as an abstract class. However, some vector does not extend the BaseValueVector, like StructVector, UnionVector, ZeroVector.
> In this issue, we move the method to ValueVector interface, the base interface for all vectors.
> This makes it easier to get a vector's name without checking its type.



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