You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Default decoding for GenericRecord string fields is Avro's Utf8 class; We can force it to java.lang.string by setting the field-level property "avro.java.string": "String".
Should we update to make the default, or add an implicit option to set it (similar to CaseMapper)?
The text was updated successfully, but these errors were encountered:
Default decoding for GenericRecord string fields is Avro's
Utf8
class; We can force it tojava.lang.string
by setting the field-level property"avro.java.string": "String"
.Should we update to make the default, or add an implicit option to set it (similar to
CaseMapper
)?The text was updated successfully, but these errors were encountered: