zcsizmadia edited a comment on pull request #1578: URL: https://github.com/apache/avro/pull/1578#issuecomment-1060788060
Thanks for the use case! that makes sense. However the patch you submitted will flatten the directory and there wont be any `../codegentest/testdata/...` sub-directories. Your above example is acombinatio of sub directories + some sub directory structure is replaced by one songle directory with dotted names. How would you be using the avrogen with patches submitted to generate the files in the above example? `avrogen -s example.avsc org.apache.avro/codegentest/testdata --skip-directories` might work, however if you have many namespaces, the avrogen commands will be custom for individual schema files. -- 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]
