GitHub user nielsbasjes opened a pull request:
https://github.com/apache/avro/pull/272
AVRO-2120: Fix NullPointerException thrown by Schema.Parser#parse("")
Fix for master for https://issues.apache.org/jira/browse/AVRO-2120 .
TODO: Also backport to branch 1.8
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nielsbasjes/avro
AVRO-2120-Fix-NPE-parse-empty-string
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/avro/pull/272.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 #272
----
commit 5f7a3a28549ff21aebfb379a197dd1c7211f8352
Author: Niels Basjes <nbasjes@...>
Date: 2017-12-23T12:24:52Z
AVRO-2120: Fix NullPointerException thrown by Schema.Parser#parse("")
----
---