Daniel Steffy created PARQUET-1486:
--------------------------------------
Summary: ParentValueContainer.getConversionContainer does not
handle FIXED schema types properly
Key: PARQUET-1486
URL: https://issues.apache.org/jira/browse/PARQUET-1486
Project: Parquet
Issue Type: Bug
Components: parquet-avro
Affects Versions: 1.8.3
Environment: Windows 10, Flink, IntelliJ IDE
Reporter: Daniel Steffy
ParentValueContainer.getConversionContainer attempts to convert the value to
(GenericData.Fixed) instead of the more broad (GenericFixed) class.
GenericData.Fixed implements GenericFixed, and GenericFixed is the avro class
that should be used instead of the more specific parquet-avro GenericData.Fixed.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)