You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Sharad Agarwal (JIRA)" <ji...@apache.org> on 2009/06/03 07:58:07 UTC

[jira] Created: (AVRO-46) Python RPC implementation is not as per spec

Python RPC implementation is not as per spec
--------------------------------------------

                 Key: AVRO-46
                 URL: https://issues.apache.org/jira/browse/AVRO-46
             Project: Avro
          Issue Type: Bug
          Components: python
            Reporter: Sharad Agarwal
            Assignee: Sharad Agarwal


After AVRO-2 spec has been changed. Needs to be implemented in python.

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


[jira] Updated: (AVRO-46) Python RPC implementation is not as per spec

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

Sharad Agarwal updated AVRO-46:
-------------------------------

    Attachment: AVRO-46_v1.patch

This patch:
1. Fixes the handshake
2. Renames the ValueReader/ValueWriter to Decoder/Encoder to be inline with java API
3. splits generic.py into genericio.py and genericipc.py; reflect.py into reflectio.py and reflectipc.py to avoid cyclic dependency

python and interop tests passed.

> Python RPC implementation is not as per spec
> --------------------------------------------
>
>                 Key: AVRO-46
>                 URL: https://issues.apache.org/jira/browse/AVRO-46
>             Project: Avro
>          Issue Type: Bug
>          Components: python
>            Reporter: Sharad Agarwal
>            Assignee: Sharad Agarwal
>         Attachments: AVRO-46_v1.patch
>
>
> After AVRO-2 spec has been changed. Needs to be implemented in python.

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


[jira] Resolved: (AVRO-46) Python RPC implementation is not as per spec

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

Doug Cutting resolved AVRO-46.
------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0.0

I just committed this.  Thanks, Sharad!

> Python RPC implementation is not as per spec
> --------------------------------------------
>
>                 Key: AVRO-46
>                 URL: https://issues.apache.org/jira/browse/AVRO-46
>             Project: Avro
>          Issue Type: Bug
>          Components: python
>            Reporter: Sharad Agarwal
>            Assignee: Sharad Agarwal
>             Fix For: 1.0.0
>
>         Attachments: AVRO-46_v1.patch
>
>
> After AVRO-2 spec has been changed. Needs to be implemented in python.

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