GitHub user nielsbasjes opened a pull request:

    https://github.com/apache/avro/pull/269

    Avro 2114 for branch-1.8

    I backported the fix for https://issues.apache.org/jira/browse/AVRO-2114 
(see https://github.com/apache/avro/pull/263 ) to branch-1.8
    
    The only real change between the two is in the 
AvroMissingFieldException.java where the `new ArrayList<>(8);` had to be 
changed into `new ArrayList<Field>(8);` because the diamond is not supported in 
java 1.6.
    
    @nandorKollar can you please do a quick review? Thanks.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/nielsbasjes/avro AVRO-2114-1.8

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/avro/pull/269.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #269
    
----
commit ac587d27c6e9092503f096f83b42443a55f463ce
Author: Niels Basjes <[email protected]>
Date:   2017-12-12T12:09:40Z

    AVRO-2114: Make missing value exceptions in nested structures easier to 
read.

----


---

Reply via email to