[jira] [Updated] (AVRO-1748) Add Snappy Compression to C++ DataFile

2015-10-13 Thread J. Langley (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1748?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] J. Langley updated AVRO-1748: - Remaining Estimate: 40h (was: 168h) Original Estimate: 40h (was: 168h) > Add Snappy Compression to

[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

[jira] [Commented] (AVRO-1748) Add Snappy Compression to C++ DataFile

2015-10-13 Thread J. Langley (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14956227#comment-14956227 ] J. Langley commented on AVRO-1748: -- Created a pull request from a GitHub clone that implements this

[jira] [Created] (AVRO-1748) Add Snappy Compression to C++ DataFile

2015-10-13 Thread J. Langley (JIRA)
J. Langley created AVRO-1748: Summary: Add Snappy Compression to C++ DataFile Key: AVRO-1748 URL: https://issues.apache.org/jira/browse/AVRO-1748 Project: Avro Issue Type: New Feature

Re: How to provide a patch?

2015-10-13 Thread Sean Busbey
Hi! Glad to hear you'er interested in contributing back to the community. Adding snappy to the C++ library sounds great. Here's a link to the full guide on contributing: https://cwiki.apache.org/confluence/display/AVRO/How+To+Contribute It's pretty thorough, so here's a short version: 1)

[jira] [Commented] (AVRO-1746) JSON encoder and decoder for Ruby

2015-10-13 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14955523#comment-14955523 ] Ryan Blue commented on AVRO-1746: - [~yadavsaroj], unsolicited contributions are always a good thing, thanks

[jira] [Created] (AVRO-1746) JSON encoder and decoder for Ruby

2015-10-13 Thread Saroj Yadav (JIRA)
Saroj Yadav created AVRO-1746: - Summary: JSON encoder and decoder for Ruby Key: AVRO-1746 URL: https://issues.apache.org/jira/browse/AVRO-1746 Project: Avro Issue Type: New Feature

[jira] [Commented] (AVRO-1746) JSON encoder and decoder for Ruby

2015-10-13 Thread Saroj Yadav (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14955637#comment-14955637 ] Saroj Yadav commented on AVRO-1746: --- [~rdblue] I agree with you about the performance of JSON encoding

[jira] [Commented] (AVRO-1746) JSON encoder and decoder for Ruby

2015-10-13 Thread Saroj Yadav (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14955707#comment-14955707 ] Saroj Yadav commented on AVRO-1746: --- Do you have a link handy to the open issue _to add a specification

[jira] [Commented] (AVRO-1186) Java Annotations via IDL

2015-10-13 Thread Matheus Santana (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14955627#comment-14955627 ] Matheus Santana commented on AVRO-1186: --- Any chance of making this to work within idl? Tests code

[jira] [Commented] (AVRO-1746) JSON encoder and decoder for Ruby

2015-10-13 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14955664#comment-14955664 ] Ryan Blue commented on AVRO-1746: - Sounds reasonable to me. It should just be a matter of adding the

[jira] [Created] (AVRO-1747) JavaScript implementation

2015-10-13 Thread Matthieu Monsch (JIRA)
Matthieu Monsch created AVRO-1747: - Summary: JavaScript implementation Key: AVRO-1747 URL: https://issues.apache.org/jira/browse/AVRO-1747 Project: Avro Issue Type: Improvement