You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Raymie Stata (JIRA)" <ji...@apache.org> on 2009/07/28 15:49:15 UTC

[jira] Created: (AVRO-84) Resolution rules are "recommended?"

Resolution rules are "recommended?"
-----------------------------------

                 Key: AVRO-84
                 URL: https://issues.apache.org/jira/browse/AVRO-84
             Project: Avro
          Issue Type: Bug
          Components: spec
            Reporter: Raymie Stata
            Assignee: Doug Cutting


in the section on schema resolution the avro spec says that the following algorithm is "recommended."  What does this mean?  Seems like the spec should require that all conforming Avro implementations implement schema-resolution rules that are operationally-equivalent to the ones in the spec.  Otherwise, for example, two RPC clients for the same service written using two different Avro implementations will behave differently.

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


[jira] Resolved: (AVRO-84) Resolution rules are "recommended?"

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

Doug Cutting resolved AVRO-84.
------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0.1

I changed "recommended" to "should" while fixing AVRO-85.

> Resolution rules are "recommended?"
> -----------------------------------
>
>                 Key: AVRO-84
>                 URL: https://issues.apache.org/jira/browse/AVRO-84
>             Project: Avro
>          Issue Type: Bug
>          Components: spec
>            Reporter: Raymie Stata
>            Assignee: Doug Cutting
>             Fix For: 1.0.1
>
>
> in the section on schema resolution the avro spec says that the following algorithm is "recommended."  What does this mean?  Seems like the spec should require that all conforming Avro implementations implement schema-resolution rules that are operationally-equivalent to the ones in the spec.  Otherwise, for example, two RPC clients for the same service written using two different Avro implementations will behave differently.

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