zcsizmadia edited a comment on pull request #1578:
URL: https://github.com/apache/avro/pull/1578#issuecomment-1060796995


   In the future a directory mapping feature might extend avrogen to your use: 
`--directory-alias DIR:ALIAS`
   
   So your execution could be: `avrogen -s example.avsc . --directories-alias 
org/apache/avro:org.apache.avro` the rest of the namespace sub directories 
would be automatically generated. Pretty much bfore creating the directory the 
aliases are replaced in the outputDIr in the `WriteTypes` function
   
   However for now, your feature makes sense as it is. How do you feel about 
`--flatten-directories` instead of `--skip-directories`?
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to