Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.10.1
-
None
-
None
Description
toString() for both specific and generic records emits what looks to be avro json format, but isnt.
its close enough for new users to try using toString() output where avro json is expected.
it would be better if the toString() implementation was changed to use a proper JsonEncoder so that the output would actually be valid avro json. it would also result in less code overall
Attachments
Issue Links
- is duplicated by
-
AVRO-3124 Java: toString serializer produces incorrect JSON fields for Temporal logical types
- Resolved