You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Martin Kleppmann (JIRA)" <ji...@apache.org> on 2013/02/20 02:47:12 UTC

[jira] [Resolved] (AVRO-979) Incorrect variable name in lang/ruby/lib/avro/io.rb

     [ https://issues.apache.org/jira/browse/AVRO-979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Kleppmann resolved AVRO-979.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.7.4

Doug committed the fix on AVRO-1258.
                
> Incorrect variable name in lang/ruby/lib/avro/io.rb
> ---------------------------------------------------
>
>                 Key: AVRO-979
>                 URL: https://issues.apache.org/jira/browse/AVRO-979
>             Project: Avro
>          Issue Type: Bug
>          Components: ruby
>    Affects Versions: 1.6.1
>            Reporter: Paul Dlug
>             Fix For: 1.7.4
>
>
> There is a misspelled variable name on line 244 of lib/avro/io.rb ("writers_scheam" vs "writers_schema":
> {code}
> --- lib/avro/io.rb	(revision 1213867)
> +++ lib/avro/io.rb	(working copy)
> @@ -244,7 +244,7 @@
>            when 'record'
>              return check_props(writers_schema, readers_schema, [:fullname])
>            when 'error'
> -            return check_props(writers_scheam, readers_schema, [:fullname])
> +            return check_props(writers_schema, readers_schema, [:fullname])
>            when 'request'
>              return true
>            when 'fixed'
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira