[jira] [Resolved] (AVRO-789) Datafile support in C++

2011-03-30 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-789?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. resolved AVRO-789. -- Resolution: Fixed Committed revision 1086866 after adding a couple of more tests and

Coding issues

2011-03-30 Thread Richard Graul
Hi, I have been having strange deserialization issues. I have a multiple longs in my record and when I use a value of i*64 + 8, I get deserialization issues. What is interesting is that the errors occur in different parts of the framework depending upon where I place the long value in the

[jira] [Commented] (AVRO-789) Datafile support in C++

2011-03-30 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13013650#comment-13013650 ] Doug Cutting commented on AVRO-789: --- Should we add datafile interop test for C++? This is

[jira] [Updated] (AVRO-783) Specifc object support in C++

2011-03-30 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated AVRO-783: -- Fix Version/s: 1.5.1 Specifc object support in C++ -

[jira] [Commented] (AVRO-296) Extend Avro IDL (was genavro) to do doc fields

2011-03-30 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13013660#comment-13013660 ] Doug Cutting commented on AVRO-296: --- Unless there are objections I'll commit this soon.

[jira] [Commented] (AVRO-791) Split avro-tools jar in 1.5.0 to one contains avro tool classes and one contains external dependencies

2011-03-30 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13013664#comment-13013664 ] Doug Cutting commented on AVRO-791: --- I don't think we should change the contents or name

[jira] [Created] (AVRO-792) map reduce job for avro 1.5 generates ArrayIndexOutOfBoundsException

2011-03-30 Thread ey-chih chow (JIRA)
map reduce job for avro 1.5 generates ArrayIndexOutOfBoundsException Key: AVRO-792 URL: https://issues.apache.org/jira/browse/AVRO-792 Project: Avro Issue Type: Bug

[jira] [Updated] (AVRO-787) Ruby 1.9 compatibility to 'require' and run tests

2011-03-30 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated AVRO-787: -- Resolution: Fixed Status: Resolved (was: Patch Available) I committed this. Ruby 1.9

[jira] [Updated] (AVRO-780) union handling in ReflectDatumWriter

2011-03-30 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated AVRO-780: -- Attachment: AVRO-780.patch Here's a version of the patch that includes a test. union handling in

[jira] [Commented] (AVRO-709) Some python speedups

2011-03-30 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-709?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13013739#comment-13013739 ] Doug Cutting commented on AVRO-709: --- Philip, someone else can add the license header when

[jira] [Commented] (AVRO-533) .NET implementation of Avro

2011-03-30 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13013742#comment-13013742 ] Doug Cutting commented on AVRO-533: --- Thanks, Thiru. Any reason not to commit this now?

[jira] [Commented] (AVRO-533) .NET implementation of Avro

2011-03-30 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13013791#comment-13013791 ] Thiruvalluvan M. G. commented on AVRO-533: -- I don't think anyone has done interop

[jira] [Assigned] (AVRO-533) .NET implementation of Avro

2011-03-30 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Carey reassigned AVRO-533: Assignee: Dona Alvarez (was: Thiruvalluvan M. G.) .NET implementation of Avro

[jira] [Commented] (AVRO-533) .NET implementation of Avro

2011-03-30 Thread Scott Carey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13013792#comment-13013792 ] Scott Carey commented on AVRO-533: -- Added Dona to the Avro contributors group and assigned

[jira] [Created] (AVRO-793) A strange problem when I am trying to read avro record with a subset of the schema.

2011-03-30 Thread Yingzhong Xu (JIRA)
A strange problem when I am trying to read avro record with a subset of the schema. --- Key: AVRO-793 URL: https://issues.apache.org/jira/browse/AVRO-793 Project: Avro