Re: Interested in contributing to Avro C

2015-10-23 Thread Nges Brian
Hi I will like to start by doing the documentation of the new C API Version. As a project but first can someone help me links to Documents on the legacy Version? Thanks and Cheers. On 10/19/15, Nges Brian wrote: > Once more I can find Documents on the Legacy Version as you

[jira] [Created] (AVRO-1752) Aliases for enum symbols.

2015-10-23 Thread Zoltan Farkas (JIRA)
Zoltan Farkas created AVRO-1752: --- Summary: Aliases for enum symbols. Key: AVRO-1752 URL: https://issues.apache.org/jira/browse/AVRO-1752 Project: Avro Issue Type: Improvement

Re: Interested in contributing to Avro C

2015-10-23 Thread Sean Busbey
Here are the existing docs on the C API: http://avro.apache.org/docs/current/api/c/index.html On Fri, Oct 23, 2015 at 11:08 AM, Nges Brian wrote: > Hi > I will like to start by doing the documentation of the new C API > Version. As a project but first can someone help me

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

2015-10-23 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14971399#comment-14971399 ] Ryan Blue commented on AVRO-1746: - Sounds reasonable to me. > JSON encoder and decoder for Ruby >

Re: Interested in contributing to Avro C

2015-10-23 Thread Nges Brian
Thank you very much . will go through them. On 10/23/15, Sean Busbey wrote: > Here are the existing docs on the C API: > > http://avro.apache.org/docs/current/api/c/index.html > > On Fri, Oct 23, 2015 at 11:08 AM, Nges Brian wrote: >> Hi >> I will like

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

2015-10-23 Thread Saroj Yadav (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14971393#comment-14971393 ] Saroj Yadav commented on AVRO-1746: --- Thanks for sharing the link. As for spec for JSON encoders and

[jira] [Commented] (AVRO-1723) Add support for forward declarations in avro IDL

2015-10-23 Thread Zoltan Farkas (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14971761#comment-14971761 ] Zoltan Farkas commented on AVRO-1723: - The creative re-use of the null SCHEMA instead of the

[jira] [Commented] (AVRO-1723) Add support for forward declarations in avro IDL

2015-10-23 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14971803#comment-14971803 ] Doug Cutting commented on AVRO-1723: Perhaps use a record schema instead? E.g. something like:

[jira] [Commented] (AVRO-1723) Add support for forward declarations in avro IDL

2015-10-23 Thread Zoltan Farkas (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14971824#comment-14971824 ] Zoltan Farkas commented on AVRO-1723: - Thanks, that is pretty much what I ended up doing, Will test