Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
1.8.1, 1.8.2
-
None
-
None
Description
I am trying to use timestamp millis. The generated java code cannot be converted to an invalid json message, because the ISO timestamp is not correctly quoted.
It will generate json, where the value is invalid, like:
{"timestamp": 2019-03-09T21:45:39.594-08:00}instead of
{"timestamp": "2019-03-09T21:45:39.594-08:00"}Attachments
Issue Links
- is duplicated by
-
AVRO-3124 Java: toString serializer produces incorrect JSON fields for Temporal logical types
- Resolved
- links to