python implementation should encode numbers as little-endian
------------------------------------------------------------

                 Key: AVRO-492
                 URL: https://issues.apache.org/jira/browse/AVRO-492
             Project: Avro
          Issue Type: Bug
          Components: python
    Affects Versions: 1.3.1
            Reporter: Jeff Hodges
            Assignee: Jeff Hodges


The current version of the Python implementation uses big-endian encoding when 
writing and reading numeric data. The spec specifies that little-endian 
encoding should be used instead[1]. 

[1] 
http://hadoop.apache.org/avro/docs/current/spec.html#binary_encode_primitive 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to