Use schema visitor in ArrowReader name mapping
Open
enhancement
not-stale
- Dominant language
- Rust
- Stars
- 1.4k
- Forks
- 567
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 93
Description
### Is your feature request related to a problem or challenge?
#1821 will add `apply_name_mapping_to_arrow_schema` to `ArrowReader` but might not handle nested types properly.
### Describe the solution you'd like
We should use a visitor to handle nested fields.
### Willingness to contribute
I can work on this.
Contributor guide
Research direction
Start by reviewing ArrowReader and the proposed apply_name_mapping_to_arrow_schema change from #1821. Trace how schema fields are currently mapped, especially nested fields, and identify the visitor entry point. Done means name mapping is handled consistently for nested types as well as top-level fields.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- data-engineering
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100