Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.8.3
-
None
-
None
-
Windows 10, Flink, IntelliJ IDE
-
Patch
Description
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.