Describe the bug, including details regarding any error messages, version, and platform.
The alias loop returns before the exact-name match is considered. If field b declares alias a, reading column a returns field b and thus values are mapped into the wrong field.
AvroRecordConverter does it correctly
Component(s)
Avro
Describe the bug, including details regarding any error messages, version, and platform.
The alias loop returns before the exact-name match is considered. If field b declares alias a, reading column a returns field b and thus values are mapped into the wrong field.
AvroRecordConverterdoes it correctlyComponent(s)
Avro