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

Doug Cutting commented on AVRO-1337:
------------------------------------

Generally looks good to me.

A few minor things:
 - the tool might be better named idl2schemata or avdl2avsc
 - we should update Main.java, adding this tool there
 - indentation should be consistently two spaces per level, with <80 column 
lines

Thanks!
                
> Transform a single .avdl into many .avsc
> ----------------------------------------
>
>                 Key: AVRO-1337
>                 URL: https://issues.apache.org/jira/browse/AVRO-1337
>             Project: Avro
>          Issue Type: Improvement
>    Affects Versions: 1.7.4
>            Reporter: Bertrand Dechoux
>            Priority: Minor
>             Fix For: 1.7.5
>
>         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

Reply via email to