[jira] [Updated] (AVRO-1332) Improve C# DatumReader performance

2013-09-11 Thread David McIntosh (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David McIntosh updated AVRO-1332: - Attachment: AVRO-1332-3.patch Yes, the readers/writers can be cached and reused. They should be

[jira] [Created] (AVRO-1376) not in union [string,null]

2013-09-11 Thread Bob Kwiencien (JIRA)
Bob Kwiencien created AVRO-1376: --- Summary: not in union [string,null] Key: AVRO-1376 URL: https://issues.apache.org/jira/browse/AVRO-1376 Project: Avro Issue Type: Bug Components:

[jira] [Commented] (AVRO-1376) not in union [string,null]

2013-09-11 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13764517#comment-13764517 ] Doug Cutting commented on AVRO-1376: The error is thrown from the Oracle's NoSQL

[jira] [Commented] (AVRO-1374) COMPILATION ERROR with Hadoop 2.1.0-beta due to the removal of some deprecated org.apache.hadoop.mapred.TaskLog#captureOutAndError methods

2013-09-11 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13764719#comment-13764719 ] ASF subversion and git services commented on AVRO-1374: --- Commit

[jira] [Commented] (AVRO-1332) Improve C# DatumReader performance

2013-09-11 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13764697#comment-13764697 ] Doug Cutting commented on AVRO-1332: With the latest patch, on Linux, one test fails:

[jira] [Resolved] (AVRO-1374) COMPILATION ERROR with Hadoop 2.1.0-beta due to the removal of some deprecated org.apache.hadoop.mapred.TaskLog#captureOutAndError methods

2013-09-11 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting resolved AVRO-1374. Resolution: Fixed Fix Version/s: (was: 1.7.5) (was: 1.7.4)

[jira] [Commented] (AVRO-1374) COMPILATION ERROR with Hadoop 2.1.0-beta due to the removal of some deprecated org.apache.hadoop.mapred.TaskLog#captureOutAndError methods

2013-09-11 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13764791#comment-13764791 ] Hudson commented on AVRO-1374: -- SUCCESS: Integrated in AvroJava #396 (See

[jira] [Commented] (AVRO-1376) not in union [string,null]

2013-09-11 Thread Bob Kwiencien (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13764493#comment-13764493 ] Bob Kwiencien commented on AVRO-1376: - Attahed a small java program that will create

[jira] [Commented] (AVRO-1332) Improve C# DatumReader performance

2013-09-11 Thread David McIntosh (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13765087#comment-13765087 ] David McIntosh commented on AVRO-1332: -- Can you double check that you applied the -3