You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Esteve Fernandez (JIRA)" <ji...@apache.org> on 2010/04/25 14:25:49 UTC

[jira] Created: (AVRO-526) Fall back to pure Python StringIO if cStringIO is not available

Fall back to pure Python StringIO if cStringIO is not available
---------------------------------------------------------------

                 Key: AVRO-526
                 URL: https://issues.apache.org/jira/browse/AVRO-526
             Project: Avro
          Issue Type: Improvement
            Reporter: Esteve Fernandez
            Priority: Minor
         Attachments: 526-fallback-to-stringio.patch

Currently, avro.ipc uses cStringIO directly, instead of falling back to plain StringIO. This is useful in environments where the native cStringIO module is not available.

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


[jira] Commented: (AVRO-526) Fall back to pure Python StringIO if cStringIO is not available

Posted by "Jeff Hammerbacher (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AVRO-526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12865072#action_12865072 ] 

Jeff Hammerbacher commented on AVRO-526:
----------------------------------------

Cleaned up the use of cStringIO in test_io.py in revision 942026.


> Fall back to pure Python StringIO if cStringIO is not available
> ---------------------------------------------------------------
>
>                 Key: AVRO-526
>                 URL: https://issues.apache.org/jira/browse/AVRO-526
>             Project: Avro
>          Issue Type: Improvement
>          Components: python
>            Reporter: Esteve Fernandez
>            Priority: Minor
>         Attachments: 526-fallback-to-stringio.patch
>
>
> Currently, avro.ipc uses cStringIO directly, instead of falling back to plain StringIO. This is useful in environments where the native cStringIO module is not available.

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


[jira] Updated: (AVRO-526) Fall back to pure Python StringIO if cStringIO is not available

Posted by "Jeff Hammerbacher (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AVRO-526?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeff Hammerbacher updated AVRO-526:
-----------------------------------

        Status: Resolved  (was: Patch Available)
    Resolution: Fixed

Committed revision 942022. Thanks, Esteve!

> Fall back to pure Python StringIO if cStringIO is not available
> ---------------------------------------------------------------
>
>                 Key: AVRO-526
>                 URL: https://issues.apache.org/jira/browse/AVRO-526
>             Project: Avro
>          Issue Type: Improvement
>          Components: python
>            Reporter: Esteve Fernandez
>            Priority: Minor
>         Attachments: 526-fallback-to-stringio.patch
>
>
> Currently, avro.ipc uses cStringIO directly, instead of falling back to plain StringIO. This is useful in environments where the native cStringIO module is not available.

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


[jira] Updated: (AVRO-526) Fall back to pure Python StringIO if cStringIO is not available

Posted by "Esteve Fernandez (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AVRO-526?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Esteve Fernandez updated AVRO-526:
----------------------------------

    Attachment: 526-fallback-to-stringio.patch

> Fall back to pure Python StringIO if cStringIO is not available
> ---------------------------------------------------------------
>
>                 Key: AVRO-526
>                 URL: https://issues.apache.org/jira/browse/AVRO-526
>             Project: Avro
>          Issue Type: Improvement
>            Reporter: Esteve Fernandez
>            Priority: Minor
>         Attachments: 526-fallback-to-stringio.patch
>
>
> Currently, avro.ipc uses cStringIO directly, instead of falling back to plain StringIO. This is useful in environments where the native cStringIO module is not available.

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


[jira] Updated: (AVRO-526) Fall back to pure Python StringIO if cStringIO is not available

Posted by "Esteve Fernandez (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AVRO-526?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Esteve Fernandez updated AVRO-526:
----------------------------------

    Status: Patch Available  (was: Open)

> Fall back to pure Python StringIO if cStringIO is not available
> ---------------------------------------------------------------
>
>                 Key: AVRO-526
>                 URL: https://issues.apache.org/jira/browse/AVRO-526
>             Project: Avro
>          Issue Type: Improvement
>            Reporter: Esteve Fernandez
>            Priority: Minor
>         Attachments: 526-fallback-to-stringio.patch
>
>
> Currently, avro.ipc uses cStringIO directly, instead of falling back to plain StringIO. This is useful in environments where the native cStringIO module is not available.

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


[jira] Updated: (AVRO-526) Fall back to pure Python StringIO if cStringIO is not available

Posted by "Esteve Fernandez (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AVRO-526?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Esteve Fernandez updated AVRO-526:
----------------------------------

    Component/s: python

> Fall back to pure Python StringIO if cStringIO is not available
> ---------------------------------------------------------------
>
>                 Key: AVRO-526
>                 URL: https://issues.apache.org/jira/browse/AVRO-526
>             Project: Avro
>          Issue Type: Improvement
>          Components: python
>            Reporter: Esteve Fernandez
>            Priority: Minor
>         Attachments: 526-fallback-to-stringio.patch
>
>
> Currently, avro.ipc uses cStringIO directly, instead of falling back to plain StringIO. This is useful in environments where the native cStringIO module is not available.

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