Description
Add a transient modifier to the conversions field as such
private final transient org.apache.avro.Conversion<?>[] conversions
This will allow Serializers and type inference systems like Flink's TypeExtractor to not consider the conversions field and not try to serialize it.
Attachments
Attachments
Issue Links
- blocks
-
AVRO-1885 Release 1.8.2
- Resolved
- links to