You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Esteve Fernandez (JIRA)" <ji...@apache.org> on 2010/04/25 14:31:49 UTC

[jira] Created: (AVRO-527) Undefined variable "schm" error

Undefined variable "schm" error
-------------------------------

                 Key: AVRO-527
                 URL: https://issues.apache.org/jira/browse/AVRO-527
             Project: Avro
          Issue Type: Bug
            Reporter: Esteve Fernandez
            Priority: Minor
         Attachments: 527-unknown-variable.patch

lang/py/src/avro/io.py references an unknown variable (schm) if the schema type can't be determined. It's probably a typo for writers_schema.

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


[jira] Updated: (AVRO-527) Undefined variable "schm" error

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

Esteve Fernandez updated AVRO-527:
----------------------------------

    Status: Patch Available  (was: Open)

> Undefined variable "schm" error
> -------------------------------
>
>                 Key: AVRO-527
>                 URL: https://issues.apache.org/jira/browse/AVRO-527
>             Project: Avro
>          Issue Type: Bug
>            Reporter: Esteve Fernandez
>            Priority: Minor
>         Attachments: 527-unknown-variable.patch
>
>
> lang/py/src/avro/io.py references an unknown variable (schm) if the schema type can't be determined. It's probably a typo for writers_schema.

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


[jira] Updated: (AVRO-527) Undefined variable "schm" error

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

Esteve Fernandez updated AVRO-527:
----------------------------------

    Attachment: 527-unknown-variable.patch

> Undefined variable "schm" error
> -------------------------------
>
>                 Key: AVRO-527
>                 URL: https://issues.apache.org/jira/browse/AVRO-527
>             Project: Avro
>          Issue Type: Bug
>            Reporter: Esteve Fernandez
>            Priority: Minor
>         Attachments: 527-unknown-variable.patch
>
>
> lang/py/src/avro/io.py references an unknown variable (schm) if the schema type can't be determined. It's probably a typo for writers_schema.

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


[jira] Updated: (AVRO-527) Undefined variable "schm" error

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

Esteve Fernandez updated AVRO-527:
----------------------------------

    Component/s: python

> Undefined variable "schm" error
> -------------------------------
>
>                 Key: AVRO-527
>                 URL: https://issues.apache.org/jira/browse/AVRO-527
>             Project: Avro
>          Issue Type: Bug
>          Components: python
>            Reporter: Esteve Fernandez
>            Priority: Minor
>         Attachments: 527-unknown-variable.patch
>
>
> lang/py/src/avro/io.py references an unknown variable (schm) if the schema type can't be determined. It's probably a typo for writers_schema.

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


[jira] Commented: (AVRO-527) Undefined variable "schm" error

Posted by "Jeff Hammerbacher (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AVRO-527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12865066#action_12865066 ] 

Jeff Hammerbacher commented on AVRO-527:
----------------------------------------

I'd normally ask for a test here, but I can't even figure out how to reach this code path. Will ponder restructuring this area, but checking this in for now.

> Undefined variable "schm" error
> -------------------------------
>
>                 Key: AVRO-527
>                 URL: https://issues.apache.org/jira/browse/AVRO-527
>             Project: Avro
>          Issue Type: Bug
>          Components: python
>            Reporter: Esteve Fernandez
>            Priority: Minor
>         Attachments: 527-unknown-variable.patch
>
>
> lang/py/src/avro/io.py references an unknown variable (schm) if the schema type can't be determined. It's probably a typo for writers_schema.

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


[jira] Updated: (AVRO-527) Undefined variable "schm" error

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

Jeff Hammerbacher updated AVRO-527:
-----------------------------------

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

Committed revision 942024. Thanks, Esteve!


> Undefined variable "schm" error
> -------------------------------
>
>                 Key: AVRO-527
>                 URL: https://issues.apache.org/jira/browse/AVRO-527
>             Project: Avro
>          Issue Type: Bug
>          Components: python
>            Reporter: Esteve Fernandez
>            Priority: Minor
>         Attachments: 527-unknown-variable.patch
>
>
> lang/py/src/avro/io.py references an unknown variable (schm) if the schema type can't be determined. It's probably a typo for writers_schema.

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