[jira] [Updated] (AVRO-1532) Field deletion not possible for ReflectData: NPE

2014-07-14 Thread JIRA
[ https://issues.apache.org/jira/browse/AVRO-1532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] O. Reißig updated AVRO-1532: Attachment: ReflectData.java.patch Wouldn't something like this suffice? It allows for fields to be removed

[jira] [Updated] (AVRO-1532) Field deletion not possible for ReflectData: NPE

2014-06-25 Thread JIRA
[ https://issues.apache.org/jira/browse/AVRO-1532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] O. Reißig updated AVRO-1532: Attachment: RemovalOfUnionSubtype.java Thanks for your suggestion with AvroAlias, that's a lot better than

[jira] [Updated] (AVRO-1532) Field deletion not possible for ReflectData: NPE

2014-06-24 Thread JIRA
[ https://issues.apache.org/jira/browse/AVRO-1532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] O. Reißig updated AVRO-1532: Attachment: ReflectDataFieldRemovalTest.java Field deletion not possible for ReflectData: NPE

[jira] [Updated] (AVRO-1532) Field deletion not possible for ReflectData: NPE

2014-06-24 Thread JIRA
[ https://issues.apache.org/jira/browse/AVRO-1532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] O. Reißig updated AVRO-1532: Description: *Actual behaviour:* I have a field in my reflection-based schema like this: {code} @Nullable

[jira] [Updated] (AVRO-1532) Field deletion not possible for ReflectData: NPE

2014-06-24 Thread JIRA
[ https://issues.apache.org/jira/browse/AVRO-1532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] O. Reißig updated AVRO-1532: Labels: java reflection (was: ) Field deletion not possible for ReflectData: NPE

[jira] [Updated] (AVRO-1532) Field deletion not possible for ReflectData: NPE

2014-06-24 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated AVRO-1532: --- Attachment: AVRO-1532.patch Here's a patch that adds a test where ReflectData successfully handles

[jira] [Updated] (AVRO-1532) Field deletion not possible for ReflectData: NPE

2014-06-24 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated AVRO-1532: --- Attachment: ReflectDataFieldRemovalTest.java Here's a version of your test that passes. I changed it