You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Matt Massie (JIRA)" <ji...@apache.org> on 2009/11/09 07:00:35 UTC

[jira] Created: (AVRO-186) Complete read-path interoperability test

Complete read-path interoperability test
----------------------------------------

                 Key: AVRO-186
                 URL: https://issues.apache.org/jira/browse/AVRO-186
             Project: Avro
          Issue Type: New Feature
          Components: c
    Affects Versions: 1.2.0, 1.1.0, 1.0.0
            Reporter: Matt Massie
             Fix For: 1.2.1, 1.3.0


This patch: 

* Fixes map and array processing 
* Adds full read-path support for all Avro data objects
* Adds a new interoperability test to confirm that Java and Python file object containers can be processed w/o error



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


[jira] Updated: (AVRO-186) Complete read-path interoperability test

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

Matt Massie updated AVRO-186:
-----------------------------

    Issue Type: Improvement  (was: New Feature)

> Complete read-path interoperability test
> ----------------------------------------
>
>                 Key: AVRO-186
>                 URL: https://issues.apache.org/jira/browse/AVRO-186
>             Project: Avro
>          Issue Type: Improvement
>          Components: c
>    Affects Versions: 1.0.0, 1.1.0, 1.2.0
>            Reporter: Matt Massie
>            Assignee: Matt Massie
>             Fix For: 1.2.1, 1.3.0
>
>         Attachments: AVRO-186.patch, AVRO-186.patch
>
>
> This patch: 
> * Fixes map and array processing 
> * Adds full read-path support for all Avro data objects
> * Adds a new interoperability test to confirm that Java and Python file object containers can be processed w/o error

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


[jira] Updated: (AVRO-186) Full read-path interoperability test

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

Matt Massie updated AVRO-186:
-----------------------------

    Summary: Full read-path interoperability test  (was: Complete read-path interoperability test)

> Full read-path interoperability test
> ------------------------------------
>
>                 Key: AVRO-186
>                 URL: https://issues.apache.org/jira/browse/AVRO-186
>             Project: Avro
>          Issue Type: Improvement
>          Components: c
>    Affects Versions: 1.0.0, 1.1.0, 1.2.0
>            Reporter: Matt Massie
>            Assignee: Matt Massie
>             Fix For: 1.2.1, 1.3.0
>
>         Attachments: AVRO-186.patch, AVRO-186.patch
>
>
> This patch: 
> * Fixes map and array processing 
> * Adds full read-path support for all Avro data objects
> * Adds a new interoperability test to confirm that Java and Python file object containers can be processed w/o error

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


[jira] Updated: (AVRO-186) Complete read-path interoperability test

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

Matt Massie updated AVRO-186:
-----------------------------

    Assignee: Matt Massie

> Complete read-path interoperability test
> ----------------------------------------
>
>                 Key: AVRO-186
>                 URL: https://issues.apache.org/jira/browse/AVRO-186
>             Project: Avro
>          Issue Type: New Feature
>          Components: c
>    Affects Versions: 1.0.0, 1.1.0, 1.2.0
>            Reporter: Matt Massie
>            Assignee: Matt Massie
>             Fix For: 1.2.1, 1.3.0
>
>
> This patch: 
> * Fixes map and array processing 
> * Adds full read-path support for all Avro data objects
> * Adds a new interoperability test to confirm that Java and Python file object containers can be processed w/o error

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


[jira] Updated: (AVRO-186) Complete read-path interoperability test

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

Matt Massie updated AVRO-186:
-----------------------------

    Attachment: AVRO-186.patch

> Complete read-path interoperability test
> ----------------------------------------
>
>                 Key: AVRO-186
>                 URL: https://issues.apache.org/jira/browse/AVRO-186
>             Project: Avro
>          Issue Type: New Feature
>          Components: c
>    Affects Versions: 1.0.0, 1.1.0, 1.2.0
>            Reporter: Matt Massie
>            Assignee: Matt Massie
>             Fix For: 1.2.1, 1.3.0
>
>         Attachments: AVRO-186.patch
>
>
> This patch: 
> * Fixes map and array processing 
> * Adds full read-path support for all Avro data objects
> * Adds a new interoperability test to confirm that Java and Python file object containers can be processed w/o error

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


[jira] Updated: (AVRO-186) Complete read-path interoperability test

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

Matt Massie updated AVRO-186:
-----------------------------

    Attachment: AVRO-186.patch

bq. That is correct. Matt you may want to remove the redundant "key" attribute from interop.avsc as part of your patch. - Sharad

This update to the patch removes the "key" attribute from the interop map.  We now always assume it's a string.

> Complete read-path interoperability test
> ----------------------------------------
>
>                 Key: AVRO-186
>                 URL: https://issues.apache.org/jira/browse/AVRO-186
>             Project: Avro
>          Issue Type: New Feature
>          Components: c
>    Affects Versions: 1.0.0, 1.1.0, 1.2.0
>            Reporter: Matt Massie
>            Assignee: Matt Massie
>             Fix For: 1.2.1, 1.3.0
>
>         Attachments: AVRO-186.patch, AVRO-186.patch
>
>
> This patch: 
> * Fixes map and array processing 
> * Adds full read-path support for all Avro data objects
> * Adds a new interoperability test to confirm that Java and Python file object containers can be processed w/o error

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


[jira] Resolved: (AVRO-186) Full read-path interoperability test

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

Matt Massie resolved AVRO-186.
------------------------------

    Resolution: Fixed

Committed.

> Full read-path interoperability test
> ------------------------------------
>
>                 Key: AVRO-186
>                 URL: https://issues.apache.org/jira/browse/AVRO-186
>             Project: Avro
>          Issue Type: Improvement
>          Components: c
>    Affects Versions: 1.0.0, 1.1.0, 1.2.0
>            Reporter: Matt Massie
>            Assignee: Matt Massie
>             Fix For: 1.2.1, 1.3.0
>
>         Attachments: AVRO-186.patch, AVRO-186.patch
>
>
> This patch: 
> * Fixes map and array processing 
> * Adds full read-path support for all Avro data objects
> * Adds a new interoperability test to confirm that Java and Python file object containers can be processed w/o error

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