You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Bertrand Dechoux (JIRA)" <ji...@apache.org> on 2013/05/21 23:44:19 UTC

[jira] [Updated] (AVRO-1337) Transform a single .avdl into many .avsc

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

Bertrand Dechoux updated AVRO-1337:
-----------------------------------

    Attachment: AVRO-1337-0.diff

Proposal.
Limitations :
* does not handle IO errors because there is no smart Exception strategy here (it fails if it fails)
* assumes that the name of the type is unique (which might not be the case and that's why namespace exist but it should be a good practice inside a single protocol anyway)
                
> Transform a single .avdl into many .avsc
> ----------------------------------------
>
>                 Key: AVRO-1337
>                 URL: https://issues.apache.org/jira/browse/AVRO-1337
>             Project: Avro
>          Issue Type: Improvement
>            Reporter: Bertrand Dechoux
>            Priority: Minor
>         Attachments: AVRO-1337-0.diff
>
>
> The syntax of avro IDL is attractive in order to build more readable and thus maintainable avro schemadata, even when not using protocols. However, there is currently no way of extracting the types of a schema (avdl) into multiple independent schemata (avsc). Here is a proposal.

--
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