rroesch1 commented on PR #3066: URL: https://github.com/apache/avro/pull/3066#issuecomment-2270528810
@martin-g * i added `INF`/`-INF` because these are the values supported by [StdDeserializer](https://github.com/FasterXML/jackson-databind/blob/jackson-databind-2.17.2/src/main/java/com/fasterxml/jackson/databind/deser/std/StdDeserializer.java) in Jackson. (i don't know the reason for this). (`JsonEncoder` and `JsonDecoder` are based on Jackson) * Please note this PR is just about the JSON encoding for **records**, not about the encoding for **schemas** (#3051 is about the JSON encoding the schemas) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
