You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Doug Cutting (JIRA)" <ji...@apache.org> on 2010/08/27 01:01:55 UTC

[jira] Commented: (AVRO-635) ruby fully-qualified namespace mixed with unqualified breaks

    [ https://issues.apache.org/jira/browse/AVRO-635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12903133#action_12903133 ] 

Doug Cutting commented on AVRO-635:
-----------------------------------

A more minimal schema that I believe will demonstrate this problem is:

{"type": "record", "name": "x.Y", "fields": [
    {"type": {"type": "record", "name": "Z", "fields": [
        {"name" "f", "type": "x.Z"}]}]}


> ruby fully-qualified namespace mixed with unqualified breaks
> ------------------------------------------------------------
>
>                 Key: AVRO-635
>                 URL: https://issues.apache.org/jira/browse/AVRO-635
>             Project: Avro
>          Issue Type: Bug
>            Reporter: Doug Cutting
>             Fix For: 1.4.0
>
>         Attachments: py.avro
>
>
> Data interop tests fail when ruby tries to read a python-generated data file with:
> Avro::SchemaParseError: "org.apache.avro.Node" is not a schema we know about.

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