[
https://issues.apache.org/jira/browse/AVRO-2114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Niels Basjes updated AVRO-2114:
-------------------------------
Summary: Make missing value exceptions in nested structures easier to read.
(was: Clarify missing value exceptions in nested structures)
> Make missing value exceptions in nested structures easier to read.
> ------------------------------------------------------------------
>
> Key: AVRO-2114
> URL: https://issues.apache.org/jira/browse/AVRO-2114
> Project: Avro
> Issue Type: Improvement
> Components: java
> Reporter: Niels Basjes
> Assignee: Niels Basjes
> Priority: Minor
> Fix For: 1.9.0
>
>
> If you have in Java the generated SpecificRecord structure and it has nested
> fields then finding the cause of the problem takes a while. The cause is that
> the system wraps the deeper runtime exception in another runtime exception
> and in the end it can become too much to dig through.
> Goal: make the exception in this kind of scenario easier to read.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)