You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Thiruvalluvan M. G. (JIRA)" <ji...@apache.org> on 2009/11/18 14:14:39 UTC

[jira] Created: (AVRO-211) Nested schema does not get parsed in C++

Nested schema does not get parsed in C++
----------------------------------------

                 Key: AVRO-211
                 URL: https://issues.apache.org/jira/browse/AVRO-211
             Project: Avro
          Issue Type: Bug
          Components: c++
            Reporter: Thiruvalluvan M. G.


The following command run from src/c++ reports an error:

$ obj/testparser.exe < jsonschemas/nested
Failed to parse or compile schema: Could not resolve symbolic name LongList

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


[jira] Updated: (AVRO-211) Nested schema does not get parsed in C++

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

Scott Banachowski updated AVRO-211:
-----------------------------------

    Attachment: AVRO-211.patch

> Nested schema does not get parsed in C++
> ----------------------------------------
>
>                 Key: AVRO-211
>                 URL: https://issues.apache.org/jira/browse/AVRO-211
>             Project: Avro
>          Issue Type: Bug
>          Components: c++
>            Reporter: Thiruvalluvan M. G.
>            Assignee: Scott Banachowski
>         Attachments: AVRO-211.patch
>
>
> The following command run from src/c++ reports an error:
> $ obj/testparser.exe < jsonschemas/nested
> Failed to parse or compile schema: Could not resolve symbolic name LongList

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


[jira] Commented: (AVRO-211) Nested schema does not get parsed in C++

Posted by "Thiruvalluvan M. G. (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AVRO-211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779820#action_12779820 ] 

Thiruvalluvan M. G. commented on AVRO-211:
------------------------------------------

+1

This patch compiles the nested schema.

> Nested schema does not get parsed in C++
> ----------------------------------------
>
>                 Key: AVRO-211
>                 URL: https://issues.apache.org/jira/browse/AVRO-211
>             Project: Avro
>          Issue Type: Bug
>          Components: c++
>            Reporter: Thiruvalluvan M. G.
>            Assignee: Scott Banachowski
>         Attachments: AVRO-211.patch
>
>
> The following command run from src/c++ reports an error:
> $ obj/testparser.exe < jsonschemas/nested
> Failed to parse or compile schema: Could not resolve symbolic name LongList

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


[jira] Updated: (AVRO-211) Nested schema does not get parsed in C++

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

Scott Banachowski updated AVRO-211:
-----------------------------------

    Status: Patch Available  (was: Open)

Patch addresses both AVRO-210 and this issue.

> Nested schema does not get parsed in C++
> ----------------------------------------
>
>                 Key: AVRO-211
>                 URL: https://issues.apache.org/jira/browse/AVRO-211
>             Project: Avro
>          Issue Type: Bug
>          Components: c++
>            Reporter: Thiruvalluvan M. G.
>            Assignee: Scott Banachowski
>         Attachments: AVRO-211.patch
>
>
> The following command run from src/c++ reports an error:
> $ obj/testparser.exe < jsonschemas/nested
> Failed to parse or compile schema: Could not resolve symbolic name LongList

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


[jira] Assigned: (AVRO-211) Nested schema does not get parsed in C++

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

Scott Banachowski reassigned AVRO-211:
--------------------------------------

    Assignee: Scott Banachowski

> Nested schema does not get parsed in C++
> ----------------------------------------
>
>                 Key: AVRO-211
>                 URL: https://issues.apache.org/jira/browse/AVRO-211
>             Project: Avro
>          Issue Type: Bug
>          Components: c++
>            Reporter: Thiruvalluvan M. G.
>            Assignee: Scott Banachowski
>
> The following command run from src/c++ reports an error:
> $ obj/testparser.exe < jsonschemas/nested
> Failed to parse or compile schema: Could not resolve symbolic name LongList

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


[jira] Commented: (AVRO-211) Nested schema does not get parsed in C++

Posted by "Scott Banachowski (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AVRO-211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779555#action_12779555 ] 

Scott Banachowski commented on AVRO-211:
----------------------------------------

thanks for noticing this.
I think AVRO-204 broke this,  will have a patch shortly.


> Nested schema does not get parsed in C++
> ----------------------------------------
>
>                 Key: AVRO-211
>                 URL: https://issues.apache.org/jira/browse/AVRO-211
>             Project: Avro
>          Issue Type: Bug
>          Components: c++
>            Reporter: Thiruvalluvan M. G.
>            Assignee: Scott Banachowski
>
> The following command run from src/c++ reports an error:
> $ obj/testparser.exe < jsonschemas/nested
> Failed to parse or compile schema: Could not resolve symbolic name LongList

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


[jira] Updated: (AVRO-211) Nested schema does not get parsed in C++

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

Scott Banachowski updated AVRO-211:
-----------------------------------

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

Committed revision 882251.

> Nested schema does not get parsed in C++
> ----------------------------------------
>
>                 Key: AVRO-211
>                 URL: https://issues.apache.org/jira/browse/AVRO-211
>             Project: Avro
>          Issue Type: Bug
>          Components: c++
>            Reporter: Thiruvalluvan M. G.
>            Assignee: Scott Banachowski
>         Attachments: AVRO-211.patch
>
>
> The following command run from src/c++ reports an error:
> $ obj/testparser.exe < jsonschemas/nested
> Failed to parse or compile schema: Could not resolve symbolic name LongList

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