Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

AvroIndexedRecordConverter resolves aliases before the exact field name

Open Beginner friendly
#3,792 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
68/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Active
Tech stack
java

Research direction

Start by locating AvroIndexedRecordConverter and comparing its field-resolution logic with AvroRecordConverter, as the issue identifies the alias loop and exact-name match as the relevant paths. Verify that an exact field name takes precedence over an alias, and add or update coverage for a field whose alias matches another field's name.

Written by the indexing model from the issue text.

Description

Type: bug
Describe the bug, including details regarding any error messages, version, and platform.

The alias loop returns before the exact-name match is considered. If field b declares alias a, reading column a returns field b and thus values are mapped into the wrong field.
AvroRecordConverter does it correctly

Component(s)

Avro

Dominant language
Java
Stars
3.1k
Forks
1.6k
Avg merge
4d 12h
Merged PRs (30d)
28

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from apache/parquet-java

All issues in apache/parquet-java

Similar issues

More Java issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.