You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Eelco Hillenius (JIRA)" <ji...@apache.org> on 2009/08/15 23:03:14 UTC

[jira] Created: (AVRO-93) ReflectData doesn't get fields recursively

ReflectData doesn't get fields recursively
------------------------------------------

                 Key: AVRO-93
                 URL: https://issues.apache.org/jira/browse/AVRO-93
             Project: Avro
          Issue Type: Bug
          Components: java
    Affects Versions: 1.0.0, 1.0.1
            Reporter: Eelco Hillenius
             Fix For: 1.0.1


Fields are not analyzed recursively, so if you work with a hierarchy, you'll only have the top level fields. I can't imagine this is on purpose, so I marked this a bug. 

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


[jira] Resolved: (AVRO-93) ReflectData doesn't get fields recursively

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

Eelco Hillenius resolved AVRO-93.
---------------------------------

    Resolution: Won't Fix

> ReflectData doesn't get fields recursively
> ------------------------------------------
>
>                 Key: AVRO-93
>                 URL: https://issues.apache.org/jira/browse/AVRO-93
>             Project: Avro
>          Issue Type: Bug
>          Components: java
>    Affects Versions: 1.0.0, 1.0.1
>            Reporter: Eelco Hillenius
>             Fix For: 1.0.1
>
>         Attachments: AVRO-93.patch
>
>
> Fields are not analyzed recursively, so if you work with a hierarchy, you'll only have the top level fields. I can't imagine this is on purpose, so I marked this a bug. 

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


[jira] Updated: (AVRO-93) ReflectData doesn't get fields recursively

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

Eelco Hillenius updated AVRO-93:
--------------------------------

    Status: Patch Available  (was: Open)

Note that fixing this results in AVRO-86 coming up earlier, hiding AVRO-94 until that is addressed.

> ReflectData doesn't get fields recursively
> ------------------------------------------
>
>                 Key: AVRO-93
>                 URL: https://issues.apache.org/jira/browse/AVRO-93
>             Project: Avro
>          Issue Type: Bug
>          Components: java
>    Affects Versions: 1.0.0, 1.0.1
>            Reporter: Eelco Hillenius
>             Fix For: 1.0.1
>
>         Attachments: AVRO-93.patch
>
>
> Fields are not analyzed recursively, so if you work with a hierarchy, you'll only have the top level fields. I can't imagine this is on purpose, so I marked this a bug. 

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


[jira] Closed: (AVRO-93) ReflectData doesn't get fields recursively

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

Eelco Hillenius closed AVRO-93.
-------------------------------


> ReflectData doesn't get fields recursively
> ------------------------------------------
>
>                 Key: AVRO-93
>                 URL: https://issues.apache.org/jira/browse/AVRO-93
>             Project: Avro
>          Issue Type: Bug
>          Components: java
>    Affects Versions: 1.0.0, 1.0.1
>            Reporter: Eelco Hillenius
>             Fix For: 1.0.1
>
>         Attachments: AVRO-93.patch
>
>
> Fields are not analyzed recursively, so if you work with a hierarchy, you'll only have the top level fields. I can't imagine this is on purpose, so I marked this a bug. 

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


[jira] Commented: (AVRO-93) ReflectData doesn't get fields recursively

Posted by "Eelco Hillenius (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AVRO-93?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12744337#action_12744337 ] 

Eelco Hillenius commented on AVRO-93:
-------------------------------------

Ok, fair enough.

> ReflectData doesn't get fields recursively
> ------------------------------------------
>
>                 Key: AVRO-93
>                 URL: https://issues.apache.org/jira/browse/AVRO-93
>             Project: Avro
>          Issue Type: Bug
>          Components: java
>    Affects Versions: 1.0.0, 1.0.1
>            Reporter: Eelco Hillenius
>             Fix For: 1.0.1
>
>         Attachments: AVRO-93.patch
>
>
> Fields are not analyzed recursively, so if you work with a hierarchy, you'll only have the top level fields. I can't imagine this is on purpose, so I marked this a bug. 

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


[jira] Updated: (AVRO-93) ReflectData doesn't get fields recursively

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

Eelco Hillenius updated AVRO-93:
--------------------------------

    Attachment: AVRO-93.patch

> ReflectData doesn't get fields recursively
> ------------------------------------------
>
>                 Key: AVRO-93
>                 URL: https://issues.apache.org/jira/browse/AVRO-93
>             Project: Avro
>          Issue Type: Bug
>          Components: java
>    Affects Versions: 1.0.0, 1.0.1
>            Reporter: Eelco Hillenius
>             Fix For: 1.0.1
>
>         Attachments: AVRO-93.patch
>
>
> Fields are not analyzed recursively, so if you work with a hierarchy, you'll only have the top level fields. I can't imagine this is on purpose, so I marked this a bug. 

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