[
https://issues.apache.org/jira/browse/AVRO-836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13051828#comment-13051828
]
Philip Zeyliger commented on AVRO-836:
--------------------------------------
Committed revision 1137526.
A small python suggestion for next time: since you imported "avro.schema",
using "avro" as a variable name is suggested against, because it's a local
that's redefining something that's in an outer scope (the module avro).
pyflakes in my editor complained about it.
Thank you for your contribution!
> Have an "avro" command line utility to display and write Avro files
> -------------------------------------------------------------------
>
> Key: AVRO-836
> URL: https://issues.apache.org/jira/browse/AVRO-836
> Project: Avro
> Issue Type: New Feature
> Components: python
> Reporter: Miki Tebeka
> Labels: command-line, python
> Attachments: AVRO-836.diff, AVRO-836.diff, AVRO-836.diff
>
>
> Following email conversation, this is a port of
> [avrocat|https://bitbucket.org/tebeka/avrocat/src] to the avro code base.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira