parquet-java
parquet-java copied to clipboard
parquet-avro does not support nested logical-type for avro <= 1.8
There was a previous attempt to fix avro logical-type support in avro in https://issues.apache.org/jira/projects/PARQUET/issues/PARQUET-2292?filter=allissues.
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 / @RustedBones
Related issues:
Note: This issue was originally created as PARQUET-2447. Please see the migration documentation for further details.
Looks this has been fixed in https://github.com/apache/parquet-mr/pull/1296. Can be closed