parquet-avro does not support nested logical-type for avro <= 1.8
- Dominant language
- Java
- Stars
- 3.1k
- Forks
- 1.6k
- Avg merge
- 3d 12h
- Merged PRs (30d)
- 33
Description
There was a previous attempt to fix avro logical-type support in avro in
The proposed solution is not complete and missed the case of nested logical-types for avro <= 1.8.
Only top level logical-types are currently handled.
**Reporter**: [Michel Davit](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=RustedBones) / @RustedBones
#### Related issues:
- [parquet-avro does not support nested logical-type for avro <= 1.8](https://github.com/apache/parquet-java/issues/2888) (duplicates)
**Note**: *This issue was originally created as [PARQUET-2447](https://issues.apache.org/jira/browse/PARQUET-2447). Please see the [migration documentation](https://issues.apache.org/jira/browse/PARQUET-2502) for further details.*
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reviewing the prior PARQUET-2292 attempt and the related duplicate issue. Trace parquet-avro handling for Avro 1.8 and older, focusing on the difference between top-level and nested logical types; done means nested logical types are supported as well.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- data-engineering
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100