[jira] [Updated] (AVRO-867) Allow tools to read files via hadoop FileSystem class

2013-04-16 Thread Vincenz Priesnitz (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vincenz Priesnitz updated AVRO-867: --- Affects Version/s: 1.7.5 Release Note: avro-tools can now access Hadoop supported

[jira] [Updated] (AVRO-867) Allow tools to read files via hadoop FileSystem class

2013-04-16 Thread Vincenz Priesnitz (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vincenz Priesnitz updated AVRO-867: --- Attachment: addedHadoopFileSupport.diff Allow tools to read files via hadoop FileSystem

[jira] [Updated] (AVRO-1282) Make use of the sun.misc.Unsafe class during serialization if a JDK supports it

2013-04-16 Thread Leo Romanoff (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leo Romanoff updated AVRO-1282: --- Status: Patch Available (was: Open) I just submitted a patch that implements Unsafe-based

[jira] [Updated] (AVRO-1282) Make use of the sun.misc.Unsafe class during serialization if a JDK supports it

2013-04-16 Thread Leo Romanoff (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leo Romanoff updated AVRO-1282: --- Attachment: avro-1282-v2.patch Minor fixes for problems with UNIONs and GenericData.Record-based

[jira] [Commented] (AVRO-1282) Make use of the sun.misc.Unsafe class during serialization if a JDK supports it

2013-04-16 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13633048#comment-13633048 ] Doug Cutting commented on AVRO-1282: I don't think we should add an 'accessor' field to

[jira] [Commented] (AVRO-1296) Python: schemas retrieved from protocol types ignore namespace

2013-04-16 Thread Jeremy Kahn (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13633308#comment-13633308 ] Jeremy Kahn commented on AVRO-1296: --- Commenting to nudge this issue. Can somebody review

[jira] [Updated] (AVRO-867) Allow tools to read files via hadoop FileSystem class

2013-04-16 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated AVRO-867: -- Attachment: AVRO-867.patch This looks like a good contribution! Here's a version of the patch with the

[jira] [Updated] (AVRO-1295) null namespace within non-null is not print/parse consistent

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

[jira] [Commented] (AVRO-1295) null namespace within non-null is not print/parse consistent

2013-04-16 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13633775#comment-13633775 ] Hudson commented on AVRO-1295: -- Integrated in AvroJava #362 (See

[jira] [Created] (AVRO-1299) SpecificRecordBase implements GenericRecord

2013-04-16 Thread Christophe Taton (JIRA)
Christophe Taton created AVRO-1299: -- Summary: SpecificRecordBase implements GenericRecord Key: AVRO-1299 URL: https://issues.apache.org/jira/browse/AVRO-1299 Project: Avro Issue Type:

[jira] [Updated] (AVRO-1299) SpecificRecordBase implements GenericRecord

2013-04-16 Thread Christophe Taton (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christophe Taton updated AVRO-1299: --- Fix Version/s: 1.7.5 Status: Patch Available (was: Open) SpecificRecordBase

[jira] [Updated] (AVRO-1299) SpecificRecordBase implements GenericRecord

2013-04-16 Thread Christophe Taton (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christophe Taton updated AVRO-1299: --- Attachment: AVRO-1299.20130416-25.patch This patch updates SpecificRecordBase to