[
https://issues.apache.org/jira/browse/AVRO-1376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sean Busbey resolved AVRO-1376.
-------------------------------
Resolution: Not A Problem
> not in union ["string","null"]
> ------------------------------
>
> Key: AVRO-1376
> URL: https://issues.apache.org/jira/browse/AVRO-1376
> Project: Avro
> Issue Type: Bug
> Components: java
> Affects Versions: 1.7.1
> Reporter: Bob Kwiencien
> Priority: Minor
> Attachments: bobo.avsc, bobo.java, working_bobo.java
>
>
> Caused by: org.apache.avro.AvroTypeException: Not in union ["string","null"]:
> "hello lizard lips" in field desco of avro.bobo_types
> The string "hello lizard lips" is rejected. The schema definition is:
> {
> "type": "record",
> "namespace": "avro",
> "name": "bobo_types",
> "fields": [
> {"name": "desco","type": ["string", "null"]}
> ]
> }
--
This message was sent by Atlassian JIRA
(v6.2#6252)