Re: Syntax-directed editor for Avro IDL

2015-10-15 Thread jlangley
Hi, I ran into a similar problem a while back. I have a project that generates Avro schemas from Eclipse EMF and creates a resource loader that stores EMF data in avro format instead of XMI. One of the problems that I ran into was a way to display the Avro schemas (avsc - not idl) so I

[GitHub] avro pull request: Avro 1748

2015-10-13 Thread cfi-jlangley
GitHub user cfi-jlangley opened a pull request: https://github.com/apache/avro/pull/52 Avro 1748 Added Snappy compression to the DataFile class in the lang/c++ component. I updated the CMakeLists.txt to add the Snappy dependency and the DataFileTests.cc to test the new

Re: How to provide a patch?

2015-10-13 Thread jlangley
Thanks Sean! I gave it a shot with a git pull request on Avro Issue 1748. It was pretty straightforward, but I had to go back and "unformat" a file that my editor had murdered with whitespace changes. Now it should be pretty clear where the changes were made. Thanks, -J. Quoting Sean

How to provide a patch?

2015-10-10 Thread jlangley
Hi, I've done a bit of work that I'm using on a program where I have added Snappy compression support to the C++ DataFile class. I also added a unit test to test the changes. I would like to make this available to the Avro community, but I don't know how to do that. Also - I'm not