[jira] [Created] (AVRO-1492) Upgrade snappy-java to 1.1.0 (or later)

2014-04-04 Thread Gabriel Reid (JIRA)
Gabriel Reid created AVRO-1492: -- Summary: Upgrade snappy-java to 1.1.0 (or later) Key: AVRO-1492 URL: https://issues.apache.org/jira/browse/AVRO-1492 Project: Avro Issue Type: Improvement

[jira] [Updated] (AVRO-1492) Upgrade snappy-java to 1.1.0 (or later)

2014-04-04 Thread Gabriel Reid (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabriel Reid updated AVRO-1492: --- Status: Patch Available (was: Open) Upgrade snappy-java to 1.1.0 (or later)

[jira] [Updated] (AVRO-1492) Upgrade snappy-java to 1.1.0 (or later)

2014-04-04 Thread Gabriel Reid (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabriel Reid updated AVRO-1492: --- Attachment: AVRO-1492.patch Here's the trivial patch to bump the version. I've successfully tested

[jira] [Updated] (AVRO-1465) Lack of information on error in GenericData#getSchemaName

2014-03-02 Thread Gabriel Reid (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabriel Reid updated AVRO-1465: --- Status: Patch Available (was: Open) Lack of information on error in GenericData#getSchemaName

[jira] [Updated] (AVRO-1473) Nested schema reference with empty namespace cannot be parsed

2014-03-02 Thread Gabriel Reid (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabriel Reid updated AVRO-1473: --- Attachment: AVRO-1473.patch Patch to resolve this issue. The approach taken is to attempt to retrieve

[jira] [Created] (AVRO-1465) Lack of information on error in GenericData#getSchemaName

2014-02-24 Thread Gabriel Reid (JIRA)
Gabriel Reid created AVRO-1465: -- Summary: Lack of information on error in GenericData#getSchemaName Key: AVRO-1465 URL: https://issues.apache.org/jira/browse/AVRO-1465 Project: Avro Issue Type:

[jira] [Updated] (AVRO-1465) Lack of information on error in GenericData#getSchemaName

2014-02-24 Thread Gabriel Reid (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabriel Reid updated AVRO-1465: --- Attachment: AVRO-1465.patch Trivial patch to add class name information to the exception that is

[jira] [Updated] (AVRO-1150) TestSpecificCompiler leaks temporary directories

2012-09-15 Thread Gabriel Reid (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabriel Reid updated AVRO-1150: --- Attachment: AVRO-1150.patch Patch that moves to a single AvroTestUtil class, and removes all creation

[jira] [Commented] (AVRO-1150) TestSpecificCompiler leaks temporary directories

2012-09-14 Thread Gabriel Reid (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13455663#comment-13455663 ] Gabriel Reid commented on AVRO-1150: There's a AvroTestUtil class that handles creation

[jira] [Commented] (AVRO-1150) TestSpecificCompiler leaks temporary directories

2012-09-14 Thread Gabriel Reid (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13456044#comment-13456044 ] Gabriel Reid commented on AVRO-1150: Ok, thanks for the pointer on that, I'll go for

[jira] [Commented] (AVRO-1150) TestSpecificCompiler leaks temporary directories

2012-09-12 Thread Gabriel Reid (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13453792#comment-13453792 ] Gabriel Reid commented on AVRO-1150: That makes sense. This specific test isn't doing

[jira] [Created] (AVRO-1149) Add all-args constructor to generated class definitions

2012-09-07 Thread Gabriel Reid (JIRA)
Gabriel Reid created AVRO-1149: -- Summary: Add all-args constructor to generated class definitions Key: AVRO-1149 URL: https://issues.apache.org/jira/browse/AVRO-1149 Project: Avro Issue Type:

[jira] [Updated] (AVRO-1149) Add all-args constructor to generated class definitions

2012-09-07 Thread Gabriel Reid (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabriel Reid updated AVRO-1149: --- Attachment: AVRO-1149.patch Patch to add all-args constructor to generated java files. Passes all

[jira] [Created] (AVRO-1150) TestSpecificCompiler leaks temporary directories

2012-09-07 Thread Gabriel Reid (JIRA)
Gabriel Reid created AVRO-1150: -- Summary: TestSpecificCompiler leaks temporary directories Key: AVRO-1150 URL: https://issues.apache.org/jira/browse/AVRO-1150 Project: Avro Issue Type: Bug

[jira] [Commented] (AVRO-1046) ReflectDatumReader doesn't work with SpecificRecords containing an array of values

2012-05-12 Thread Gabriel Reid (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13274036#comment-13274036 ] Gabriel Reid commented on AVRO-1046: Yes, that's excellent, thanks! I was originally