You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Doug Cutting (JIRA)" <ji...@apache.org> on 2014/02/08 00:27:20 UTC

[jira] [Updated] (AVRO-1454) AvroAsTextInput format creates invalid JSON for NaN values

     [ https://issues.apache.org/jira/browse/AVRO-1454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Doug Cutting updated AVRO-1454:
-------------------------------

    Attachment: AVRO-1454.patch

Here's a patch that should fix this.  Let me know if it works for you.

> AvroAsTextInput format creates invalid JSON for NaN values
> ----------------------------------------------------------
>
>                 Key: AVRO-1454
>                 URL: https://issues.apache.org/jira/browse/AVRO-1454
>             Project: Avro
>          Issue Type: Bug
>          Components: java
>    Affects Versions: 1.7.5
>            Reporter: Antonio Piccolboni
>         Attachments: AVRO-1454.patch
>
>
> The AvroAsTextInput format generates a record containing
> [omitted] , "someName": NaN}
> A json parser chokes on that and it is not legal JSON AFAIK. In related issues AVRO-972 and AVRO-1290 it is resolved, for lack of a better option, to map the value NaN to the string "NaN", which needs to be quoted in JSON. Our parser can handle that with no modifications, Java will parse such a string to the correct value using standard libraries.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)