[ https://issues.apache.org/jira/browse/AVRO-104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12747669#action_12747669 ]
Doug Cutting commented on AVRO-104: ----------------------------------- The command 'ant clean test' fails on trunk with this patch applied: [checkstyle] /home/cutting/src/avro/work/src/java/org/apache/avro/reflect/ReflectData.java:260:27: Name 'PARANAMER' must match pattern '^[a-z][a-zA-Z0-9]*$'. Non-constants should not be all-caps. > Reflective API can't handle nulls > --------------------------------- > > Key: AVRO-104 > URL: https://issues.apache.org/jira/browse/AVRO-104 > Project: Avro > Issue Type: Bug > Components: java > Affects Versions: 1.0.0, 1.0.1 > Reporter: Eelco Hillenius > Fix For: 1.0.1 > > Attachments: AVRO-104.patch, AVRO-104.patch, AVRO-104.patch, > AVRO-104.patch, AVRO-104.patch, AVRO-104.patch, AVRO-104.patch, AVRO-104.patch > > > It is currently not possible to have fields with null values when using the > reflective API. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.