Skip to content

[Java] Improve BaseRepeatedValueVector function on isEmpty and isNull operations #41590

@vibhatha

Description

@vibhatha

Describe the enhancement requested

Referring to ListVector base class BaseRepeatedValueVector at https://github.com/apache/arrow/blob/main/java/vector/src/main/java/org/apache/arrow/vector/complex/BaseRepeatedValueVector.java#L358-L367, the isEmpty and isNull returns a default value which is rather misleading. Since the sub-class contains the functionality, it would be better to make it abstract or throw as discussed here.

Component(s)

Java

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions