apache / apache/arrow-java

[Java] Fix getField() for NullableMapVector

Open
#291 1 comment 0 reactions 0 assignees View on GitHub
Type: bug
Dominant language
Java
Stars
94
Forks
152
Avg merge
3d 16h
Merged PRs (30d)
11

Description

Needs to call super.getField() and return a nullable version of that field.

**Reporter**: [Steven Phillips](https://issues.apache.org/jira/browse/ARROW-790) / @StevenMPhillips

**Note**: *This issue was originally created as [ARROW-790](https://issues.apache.org/jira/browse/ARROW-790). Please see the [migration documentation](https://github.com/apache/arrow/issues/14542) for further details.*

Contributor guide

Open the contributing guide

Research direction

Start at NullableMapVector.getField and compare it with the superclass implementation. Confirm that the method delegates to super.getField() and returns a nullable version of that field; add or update focused coverage if the repository provides a relevant test.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
data
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.