Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.9.0, 1.10.0
Description
Annotate a field in a pojo with org.apache.avro.reflect.Stringable and the schema will consider it to be a String field. AvroWriteSupport.fromAvroString assumes the field is either a Utf8 or CharSequence and does not attempt to use the field class' toString method if it is not.
Attachments
Issue Links
- links to