Daniel Russel created AVRO-1290:
-----------------------------------

             Summary: AvroCpp json text backend produces "inf" for double 
values of infinity but won't consume them
                 Key: AVRO-1290
                 URL: https://issues.apache.org/jira/browse/AVRO-1290
             Project: Avro
          Issue Type: Bug
          Components: c++
            Reporter: Daniel Russel


If you use the json encoder and pass it a double with value e.g. 
std::numeric_limits<double>::infinity() it happily writes the literal "inf". 
However, the decoder chokes on that literal.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to