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

[jira] Resolved: (AVRO-619) Prefer the JSON module of python's stdlib over simplejson.

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

Philip Zeyliger resolved AVRO-619.
----------------------------------

    Hadoop Flags: [Reviewed]
        Assignee: Harsh J Chouraria
      Resolution: Fixed

Looks great.  This was minor, so I went ahead and committed this.

Thanks for your first contribution, Harsh.  Welcome!

> Prefer the JSON module of python's stdlib over simplejson.
> ----------------------------------------------------------
>
>                 Key: AVRO-619
>                 URL: https://issues.apache.org/jira/browse/AVRO-619
>             Project: Avro
>          Issue Type: Improvement
>          Components: python
>    Affects Versions: 1.3.3
>         Environment: Any/All, Python 2.6.5
>            Reporter: Harsh J Chouraria
>            Assignee: Harsh J Chouraria
>            Priority: Trivial
>             Fix For: 1.4.0
>
>         Attachments: avro.json.priority.r1.diff
>
>   Original Estimate: 0.02h
>  Remaining Estimate: 0.02h
>
> Give the stdlib's json a higher import priority over simplejson modules, which is only required if the python version is < 2.6. Currently even 2.6 version of python running avro code would begin utilizing simplejson over its own provided json library, which should not be the case.

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