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

[jira] [Created] (AVRO-1456) AvroAsTextInputFormat is inconsistent with the Avro JSON Encoding described in the Avro Specification

Jamie Olson created AVRO-1456:
---------------------------------

             Summary: AvroAsTextInputFormat is inconsistent with the Avro JSON Encoding described in the Avro Specification
                 Key: AVRO-1456
                 URL: https://issues.apache.org/jira/browse/AVRO-1456
             Project: Avro
          Issue Type: Bug
          Components: java
    Affects Versions: 1.7.6
            Reporter: Jamie Olson


org.apache.avro.mapred.AvroAsTextInputFormat relies on toString() method rather than using org.apache.avro.io.JsonEncoder as in org.apache.avro.tool.DataFileReadTool.  This results in a serialization of the data element, without the fully qualified name as specified in the Avro Specifications JSON Encoding section: http://avro.apache.org/docs/1.7.6/spec.html#json_encoding



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